PathUtil.IsNormalized(String) Methode

Definition

Gibt an, ob der angegebene Pfad normalisiert ist.

public:
 static bool IsNormalized(System::String ^ path);
public:
 static bool IsNormalized(Platform::String ^ path);
 static bool IsNormalized(std::wstring const & path);
public static bool IsNormalized (string path);
static member IsNormalized : string -> bool
Public Function IsNormalized (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