Char..::..ToLower Method
Converts the value of a Unicode character to its lowercase equivalent.
Namespace:
SystemAssembly: Bridge (in Bridge.dll)
Syntax
[TemplateAttribute] public static char ToLower( char ch )
<TemplateAttribute> _ Public Shared Function ToLower ( _ ch As Char _ ) As Char
[TemplateAttribute] public: static wchar_t^ ToLower( wchar_t^ ch )
Parameters
- ch
- Type: System..::..Char