Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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)