PathUtil.IsNormalizedPath(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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