Skip to main content

dxSpreadSheetLowerCase(string) Method

Converts uppercase characters to lowercase characters.

Declaration

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