PathUtil.IsNormalized(String) 方法

定义

指示给定路径是否为规范化格式。

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

参数

path
String

要测试的路径

返回

Boolean

如果已规范化,则为 true,否则为 false

适用于