ToUpper

Syntax

ToUpper(Source: String)

Parameters

Source. String.

Description

It returns the specified string transformed into upper case.

Comments

To get the string transformed into lower case, use the ToLower function.

Example

Formula Result Application
= ToUpper("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.
= ToUpper("ProductVersion")

PRODUCTVERSION

See also:

Functions Available in Expression Editor │ Text FunctionsString.ToUpper