ComponentOne CalendarView for WinForms
C1.Framework Namespace / CharHelper Class / IsAlphabet Method / IsAlphabet(Char) Method
A Unicode character.

In This Topic
    IsAlphabet(Char) Method
    In This Topic
    Indicates whether the specified Unicode character is categorized as a alphabet letter.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function IsAlphabet( _
       ByVal c As Char _
    ) As Boolean
    public static bool IsAlphabet( 
       char c
    )

    Parameters

    c
    A Unicode character.

    Return Value

    true if c is a alphabet letter; otherwise, false.
    See Also