Share via


ParserHelpers.IsIdentifierStart(Char) Method

Definition

public:
 static bool IsIdentifierStart(char value);
public static bool IsIdentifierStart (char value);
static member IsIdentifierStart : char -> bool
Public Shared Function IsIdentifierStart (value As Char) As Boolean

Parameters

value
Char

Returns

Applies to