This function converts a string to a upcase string. The function demands the string as the first parameter.

Example:
%Format.UpCase("Hello World")
This function call converts the string "Hello World" into "HELLO WORLD".