@UPPERCASE

The UPPERCASE function converts all alphabetical characters in a given source string to upper case and returns the result. Any non-alphabetical characters are returned unchanged.

Parameters

@UPPERCASE (Source String)
Source String
Required string parameter; contains the string value to be converted to upper case by the function.

Supported Return Types

String