Document Solutions for PDF
GrapeCity.Documents.Barcode Assembly / GrapeCity.Documents.Barcode Namespace / Interop Class / ToLower Method
The current string.
The culture to use.

In This Topic
    ToLower Method
    In This Topic
    Converts the current string to lowercase using a specified culture.
    Syntax
    'Declaration
     
    Public Shared Function ToLower( _
       ByVal str As System.String, _
       ByVal culture As System.Globalization.CultureInfo _
    ) As System.String
    public static System.string ToLower( 
       System.string str,
       System.Globalization.CultureInfo culture
    )

    Parameters

    str
    The current string.
    culture
    The culture to use.

    Return Value

    The lowercase string.
    See Also