.NET Framework Class Library
String.ToLower Method
Returns a copy of this
String converted to lowercase.
|
Name
|
Description
|
|
String.ToLower ()
|
Returns a copy of this String converted to lowercase, using the casing rules of the current culture.
Supported by the .NET Compact Framework.
|
|
String.ToLower (CultureInfo)
|
Returns a copy of this String converted to lowercase, using the casing rules of the specified culture.
Supported by the .NET Compact Framework.
|