ComponentOne MultiSelect for WinForms
C1.Framework Namespace / CharHelper Class / IsCharOfType Method

In This Topic
    IsCharOfType Method (CharHelper)
    In This Topic
    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
    type
    See Also