다음을 통해 공유


ParserHelpers.IsIdentifier 메서드

정의

오버로드

IsIdentifier(String)
IsIdentifier(String, Boolean)

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

반환

적용 대상