SyntaxCheck.CheckPath(String) Methode

Definition

Überprüft die Syntax des Pfads, um festzustellen, ob er mit "\\" beginnt.

Diese API unterstützt die Produktinfrastruktur und ist nicht für die direkte Verwendung aus Ihrem Code gedacht.

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

Parameter

value
String

Eine Zeichenfolge, die den zu überprüfenden Pfad enthält.

Gibt zurück

true if value matches the proper path format; otherwise, false.

Gilt für: