Share via


ParserHelpers.IsIdentifierPart(Char) Method

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Determines whether the specified character value is valid for use in identifier.

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

Parameters

value
Char

The value to check.

Returns

true if the specified character is valid for use in identifier; otherwise, false.

Applies to