dxSpreadSheetUpperCase(string) Method
In This Article
Converts lowercase characters to uppercase 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 uppercase characters.
In order to convert uppercase characters to lowercase characters, use the dxSpreadSheetLowerCase function instead.
See Also