ToLower

Syntax

ToLower(Source: String)

Parameters

Source. String.

Description

It returns the specified string transformed into low case.

Comments

To get the string transformed into upper case, use the ToUpper function.

Example

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 FunctionsString.ToLower