dxSpreadSheetLowerCase(string) Method
In This Article
Converts uppercase characters to lowercase characters.
#Declaration
#Parameters
Name | Type |
---|---|
S | string |
#Returns
Type |
---|
string |
#Remarks
This function converts a string specified as the S parameter, to the string which contains only lowercase characters.
In order to convert lowercase characters to uppercase characters, use the dxSpreadSheetUpperCase function instead.
See Also