ComponentOne CalendarView for WinForms
C1.Framework Namespace / CharHelper Class / IsCharOfType Method
A Unicode character.
A CharType type.

In This Topic
    IsCharOfType Method (CharHelper)
    In This Topic
    Determines whether the specified character is of the specified type.
    Syntax
    'Declaration
     
    
    Public Shared Function IsCharOfType( _
       ByVal c As Char, _
       ByVal type As CharType _
    ) As Boolean
    public static bool IsCharOfType( 
       char c,
       CharType type
    )

    Parameters

    c
    A Unicode character.
    type
    A CharType type.

    Return Value

    true if specified c and type matches the type of the character; otherwise false.
    See Also