ComponentOne MultiSelect for WinForms
C1.Win.Input Namespace / CharHelper Class / GetCharType Method
A Unicode character.

In This Topic
    GetCharType Method (CharHelper)
    In This Topic
    Retrieves the type of character.
    Syntax
    'Declaration
     
    
    Public Shared Function GetCharType( _
       ByVal c As Char _
    ) As CharTypes
    public static CharTypes GetCharType( 
       char c
    )

    Parameters

    c
    A Unicode character.

    Return Value

    A CharType representing the type of character of c.
    See Also