PathUtil.IsNormalized(String) Método

Definição

Indica se o caminho fornecido está em formato normalizado.

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

Parâmetros

path
String

Caminho para teste

Retornos

Boolean

true se normalizado, false se não

Aplica-se a