ComponentOne CalendarView for WinForms
C1.Win.C1Input 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 CharType
    public static CharType GetCharType( 
       char c
    )

    Parameters

    c
    A Unicode character.

    Return Value

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