Freigeben über


ParserHelpers.IsIdentifier Methode

Definition

Überlädt

IsIdentifier(String)

public:
 static bool IsIdentifier(System::String ^ value);
public static bool IsIdentifier(string value);
static member IsIdentifier : string -> bool
Public Shared Function IsIdentifier (value As String) As Boolean

Parameter

value
String

Gibt zurück

Gilt für:

IsIdentifier(String, Boolean)

public:
 static bool IsIdentifier(System::String ^ value, bool requireIdentifierStart);
public static bool IsIdentifier(string value, bool requireIdentifierStart);
static member IsIdentifier : string * bool -> bool
Public Shared Function IsIdentifier (value As String, requireIdentifierStart As Boolean) As Boolean

Parameter

value
String
requireIdentifierStart
Boolean

Gibt zurück

Gilt für: