Returns the mapping of the specified character or string to lower case.
Returns the mapping of the specified string to lower case.
[Visual Basic] Overloads Overridable Public Function ToLower(String) As String
[C#] public virtual string ToLower(String);
[C++] public: virtual String* ToLower(String*);
[JScript] public function ToLower(String) : String;
Returns the mapping of the specified character to lower case.
[Visual Basic] Overloads Overridable Public Function ToLower(Char) As Char
[C#] public virtual char ToLower(char);
[C++] public: virtual __wchar_t ToLower(__wchar_t);
[JScript] public function ToLower(Char) : Char;
TextInfo Class | TextInfo Members | System.Globalization Namespace