UCase( string:string ) → string
Returns string converted to upper-case.
Example:
Output( UCase("Hello World") ); --> HELLO WORLD
See also: Capitalize LCase