In This Topic
Converts the current string to lowercase using a specified culture.
Syntax
'Declaration
Public Shared Function ToLower( _
ByVal As System.String, _
ByVal As System.Globalization.CultureInfo _
) As System.String
public static System.string ToLower(
System.string ,
System.Globalization.CultureInfo
)
Parameters
- str
- The current string.
- culture
- The culture to use.
Return Value
The lowercase string.
See Also