Creates a copy of this string in lower case with the specified CultureInfo information.
[Visual Basic] Overloads Public Function ToLower( _ ByVal culture As CultureInfo _ ) As String [C#] public string ToLower( CultureInfo culture ); [C++] public: String* ToLower( CultureInfo* culture ); [JScript] public function ToLower( culture : CultureInfo ) : String;
A new string in lower case.
Exception Type | Condition |
---|---|
ArgumentNullException | If a specified culture is not valid. |
The ToLower method returns a string in lower case with the specified locale set by the information provided by CultureInfo.
String Class | String Members | System Namespace | String.ToLower Overload List