PathUtil.IsNormalizedPath(String) Methode

Definition

Erweiterungsmethode, um zu überprüfen, ob der angegebene Pfad normalisiert ist.

public:
[System::Runtime::CompilerServices::Extension]
 static bool IsNormalizedPath(System::String ^ path);
public:
[System::Runtime::CompilerServices::Extension]
 static bool IsNormalizedPath(Platform::String ^ path);
public static bool IsNormalizedPath (this string path);
static member IsNormalizedPath : string -> bool
<Extension()>
Public Function IsNormalizedPath (path As String) As Boolean

Parameter

path
String

Zu testende Pfad

Gibt zurück

Boolean

true, wenn normalisiert ist, false, wenn nicht

Gilt für