Returns a String that is the specified string, converted to upper-case characters.
UCase(source)
sourceAny String value.
This expression part evaluates to "FOOBAR":
UCase("FooBar")