Share via


CSharpHelpers.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 can be used for identifier.

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

Parameters

character
Char

The character to check.

Returns

true if the specified character can be used for identifier; otherwise, false.

Applies to