This page is specific to
Microsoft Visual Studio 2005/.NET Framework 2.0
Other versions are also available for the following:
.NET Framework Class Library
String.ToLower Method
Returns a copy of this
String converted to lowercase.

Overload List
|
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.
|

See Also