[]
        
(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)
Public Shared Function ToLower(str As String, culture As CultureInfo) As String
Parameters
Type Name Description
string str

The current string.

CultureInfo culture

The culture to use.

Returns
Type Description
string

The lowercase string.