ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / CharHelper Class / IsLower Method / IsLower(Char) Method
A Unicode character.

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

    Parameters

    c
    A Unicode character.

    Return Value

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