Indicates whether the specified Unicode character is categorized as a alphabet letter.
'Declaration
Public Overloads Shared Function IsAlphabet( _
ByVal As Char _
) As Boolean
public static bool IsAlphabet(
char
)
Parameters
- c
- A Unicode character.
Return Value
true if c is a alphabet letter; otherwise, false.