Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

dxSpreadSheetUpperCase(string) Method

Converts lowercase characters to uppercase characters.

#Declaration

Delphi
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