ParserHelpers.IsIdentifier Method   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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 -> boolPublic Shared Function IsIdentifier (value As String, requireIdentifierStart As Boolean) As BooleanParameters
- value
- String
- requireIdentifierStart
- Boolean