[]
Converts the current string to lowercase using a specified culture.
public static string ToLower(this string str, CultureInfo culture)
| Type | Name | Description |
|---|---|---|
| string | str | The current string. |
| CultureInfo | culture | The culture to use. |
| Type | Description |
|---|---|
| string | The lowercase string. |