SyntaxCheck.CheckPath(String) Método
Definição
Verifica a sintaxe do caminho para ver se começa com "\\".Checks the syntax of the path to see whether it starts with "\\".
Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.
public:
static bool CheckPath(System::String ^ value);
public static bool CheckPath (string value);
static member CheckPath : string -> bool
Public Shared Function CheckPath (value As String) As Boolean
Parâmetros
- value
- String
Uma cadeia de caracteres que contém o caminho a ser verificado.A string containing the path to check.
Retornos
true se value corresponder ao formato de caminho adequado; caso contrário, false.true if value matches the proper path format; otherwise, false.