Upper Case

Changes all characters in a String object to upper case.

Inputs

From String
The original String object whose characters you want to convert to upper case.

Output

Returns the String object with all characters converted to upper case.

Copyright IBM Corp. 2003, 2004