[]
        
(Showing Draft Content)

C1.Win.Input.CharHelper.GetCharType

GetCharType Method

GetCharType(char)

Retrieves the type of character.

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

A Unicode character.

Returns
Type Description
CharTypes

A CharType representing the type of character of c.