共用方式為


ParserHelpers.IsIdentifier 方法

定義

多載

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

參數

value
String

傳回

適用於

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

參數

value
String
requireIdentifierStart
Boolean

傳回

適用於