PathUtil.IsNormalized(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.
Indicates whether the given path is in normalized form.
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
Parameters
- path
- String
Path to test
Returns
true if normalized, false if not