String.ToLower Method
.NET Framework 3.0
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. |