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