The UpperCase function returns the Value input parameter with all characters converted to their upper-case representation. The browser's current locale setting is not used to perform this conversion. The return value is a String value.
Examples
X := UpperCase('Hello World'); // X is 'HELLO WORLD'