Text.ToLower() Method

Version: Available or changed with runtime version 1.0.

Returns a copy of this string converted to lowercase.

Syntax

Result :=   Text.ToLower()

Note

This method can be invoked without specifying the data type name.

Parameters

Text
 Type: Text
An instance of the Text data type.

Return Value

Result
 Type: Text
A copy of this string converted to lowercase.

See Also

Text Data Type
Get Started with AL
Developing Extensions