Share via


SyntaxFacts.IsIdentifierStartCharacter(Char) Method

Definition

Returns true if the Unicode character can be the starting character of a C# identifier.

public:
 static bool IsIdentifierStartCharacter(char ch);
public static bool IsIdentifierStartCharacter (char ch);
static member IsIdentifierStartCharacter : char -> bool
Public Function IsIdentifierStartCharacter (ch As Char) As Boolean

Parameters

ch
Char

The Unicode character.

Returns

Applies to