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

dxSpreadSheetLowerCase(string) Method

Converts uppercase characters to lowercase characters.

#Declaration

Delphi
function dxSpreadSheetLowerCase(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 lowercase characters.

In order to convert lowercase characters to uppercase characters, use the dxSpreadSheetUpperCase function instead.

See Also