Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Char::IsLower Method

 

Indicates whether a Unicode character is categorized as a lowercase letter.

Namespace:   System
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticIsLower(Char)

Indicates whether the specified Unicode character is categorized as a lowercase letter.

System_CAPS_pubmethodSystem_CAPS_staticIsLower(String^, Int32)

Indicates whether the character at the specified position in a specified string is categorized as a lowercase letter.

Return to top
Show:
© 2017 Microsoft