Returns the mapping of the specified character to lower case.
[Visual Basic] Overloads Overridable Public Function ToLower( _ ByVal c As Char _ ) As Char [C#] public virtual char ToLower( char c ); [C++] public: virtual __wchar_t ToLower( __wchar_t c ); [JScript] public function ToLower( c : Char ) : Char;
Returns the mapping of the specified character to lower case.
[To be supplied.]
TextInfo Class | TextInfo Members | System.Globalization Namespace | TextInfo.ToLower Overload List