ToLower(Source: String)
Source. String.
It returns the specified string transformed into low case.
To get the string transformed into upper case, use the ToUpper function.
Formula | Result | Application |
= ToLower("CaLcUlAtOr") | calculator |
Expressions can be used in model formulas of modeling container, in formulas of time series database calculated series, in formulas of the modeling container that is a child one for time series database in expression editor. |
= ToLower("ProductVersion") | productversion |
See also:
Functions Available in Expression Editor │ Text Functions │ String.ToLower