ToUpper(Source: String)
Source. String.
It returns the specified string transformed into upper case.
To get the string transformed into lower case, use the ToLower function.
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 Functions │ String.ToUpper