Indicates whether the specified Unicode character is categorized as a Lowercase letter.
'Declaration
Public Overloads Shared Function IsLower( _
ByVal As Char _
) As Boolean
public static bool IsLower(
char
)
Parameters
- c
- A Unicode character.
Return Value
true if c is a Lowercase letter; otherwise, false.