Skip to content

UpperCase Function

Nilesh Ghodekar edited this page Jan 8, 2016 · 2 revisions

Syntax

string UpperCase(input:string)

Description

Converts all characters in a string to the upper case based on current culture.

Remarks

If the input string is null, the function returns a null value.

Supported Version

1.0.0.0 and later

Examples

UpperCase([//Target/Department])

Clone this wiki locally