UString.ToLocaleUpperCase Method
| Explanation | Converts lowercase letters in strings to uppercase based on the locale. In the current implementation, it is synonymous with the ToUpperCase method This method updates the value of the String object. | |
| Call format | var s = str.ToLocaleUpperCase( ) | |
| Return value | Converted string | |
| Arguments | None | |
| Exception | None | |
| Example of use | | |
| Related item | ToUpperCase method | |