Returns the mapping of the specified string to lower case.
[Visual Basic] Overloads Overridable Public Function ToLower( _ ByVal str As String _ ) As String [C#] public virtual string ToLower( string str ); [C++] public: virtual String* ToLower( String* str ); [JScript] public function ToLower( str : String ) : String;
Returns the mapping of the specified string to lower case.
Note that the returned string may differ in length from the input string.
TextInfo Class | TextInfo Members | System.Globalization Namespace | TextInfo.ToLower Overload List