[]
        
(Showing Draft Content)

C1.Win.C1Input.CharHelper.GetCharType

GetCharType Method

GetCharType(char)

Retrieves the type of character.

Declaration
public static CharType GetCharType(char c)
Public Shared Function GetCharType(c As Char) As CharType
Parameters
Type Name Description
char c

A Unicode character.

Returns
Type Description
CharType

A CharType representing the type of character of c.