UString.ToUpperCase Method
| Explanation | Converts lowercase letters in the string to uppercase. This method updates the value of the UString object. | |
| Call format | var s = str.ToUpperCase( ) | |
| Return value | Converted string | |
| Arguments | None | |
| Exception | None | |
| Example of use | | |
| Related item | ToLowerCase method | |