次の方法で共有


PathUtil.IsNormalized(String) Method

Definition

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

Applies to