String toUpperCase (String s1)String toUpperCase (String s1)| Name | Type | Description |
|---|---|---|
s1 | String | A String to convert to upper case. |
| Type | Description |
|---|---|
String | A String identical to the String passed in except that all chars have been converted to upper case. |