PathUtil.IsNormalizedPath(String) 方法

定义

用于检查给定路径是否为规范化格式的扩展方法。

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

参数

path
String

要测试的路径

返回

Boolean

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

适用于