PathUtil.IsNormalizedPath(String) Method

Definition

Extension method to check whether the given path is in normalized form.

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

Parameters

path
String

Path to test

Returns

true if normalized, false if not

Applies to