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

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

    Parameters

    c
    See Also