[]
Provides interoperability methods.
public static class Interop
Converts the current string to lowercase using a specified culture.
public static string ToLower(this string str, CultureInfo culture)
str
stringThe current string.
culture
CultureInfoThe culture to use.
The lowercase string.