UString.LocaleCompare Method
| Explanation | Compare strings based on locale. The current implementation is byte-by-byte comparison regardless of locale. | |
| Call format | var ret = str.LocaleCompare( comp ) | |
| Return value | Returns 1 if greater than comp Returns -1 if less than comp Returns 0 if equal to comp | |
| Arguments | UString comp | String to compare |
| Exception | Func-4 | Invalid argument |
| Example of use | | |
| Related item | EqualsIgnoreCase method | |