ComponentOne MultiSelect for WinForms
C1.Framework Namespace / CharHelper Class / IsAlphaOrDigit Method / IsAlphaOrDigit(Char) Method

In This Topic
    IsAlphaOrDigit(Char) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function IsAlphaOrDigit( _
       ByVal c As Char _
    ) As Boolean
    public static bool IsAlphaOrDigit( 
       char c
    )

    Parameters

    c
    See Also