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