Method GetCharType
GetCharType(Char)
Return the internal CharType constant of a given character.
Declaration
public static CharType GetCharType(char ch)
Parameters
Type | Name | Description |
---|---|---|
System.Char | ch | input character |
Returns
Type | Description |
---|---|
CharType | Constant from CharType describing the character type. |