Char..::..IsLower Method
Indicates whether the specified Unicode character is categorized as a lowercase letter.
Namespace:
SystemAssembly: Bridge (in Bridge.dll)
Syntax
[TemplateAttribute] public static bool IsLower( char ch )
<TemplateAttribute> _ Public Shared Function IsLower ( _ ch As Char _ ) As Boolean
[TemplateAttribute] public: static bool^ IsLower( wchar_t^ ch )
Parameters
- ch
- Type: System..::..Char