UCase(s:Str):Str

Convert string to upper case. Returns the string with all ASCII characters converted to lower-case.

If the parameter is EMPTY, returns EMPTY.

Since: PCC2 2.0.8

See also: LCase, Elementary Functions