Upravit

Sdílet prostřednictvím


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.

Remarks

The Text.ToLower method performs a culture-invariant transformation to lowercase. This guarantees consistent results regardless of the application's cultural context, which is particularly useful in scenarios requiring predictable string manipulation. For culture-variant method check Text.LowerCase(Text)

Text Data Type
Get Started with AL
Developing Extensions