[]
        
(Showing Draft Content)

GrapeCity.Documents.Barcode.Interop.ToLower

ToLower Method

ToLower(string, CultureInfo)

Converts the current string to lowercase using a specified culture.

Declaration
public static string ToLower(this string str, CultureInfo culture)
Parameters
Type Name Description
string str

The current string.

CultureInfo culture

The culture to use.

Returns
Type Description
string

The lowercase string.