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 -> bool
Public Shared Function IsIdentifier (value As String, requireIdentifierStart As Boolean) As Boolean
Parameters
- value
- String
- requireIdentifierStart
- Boolean