Converts all letters in a string to lowercase.

NewString := LOWERCASE(String)

Parameters

String

Type: Text constant or code

The string that you want to convert to lowercase. Only letters in the range A to Z and if applicable, special language characters, are converted.

Expand imageProperty Value/Return Value

Expand imageExample

Expand imageSee Also