Retrieves the type of character.
'Declaration
Public Shared Function GetCharType( _
ByVal As Char _
) As CharType
public static CharType GetCharType(
char
)
Parameters
- c
- A Unicode character.
Return Value
A CharType representing the type of character of c.