Skip to main content

dxSpreadSheetUpperCase(string) Method

Converts lowercase characters to uppercase characters.

Declaration

function dxSpreadSheetUpperCase(const S: string): string;

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