Quantum 3
3.0.9
QString interface for UTF-16 strings. More...
Public Member Functions | |
| int | CompareOrdinal (byte *bytes, ushort byteCount) |
| Compares a string and a strings byte representation by evaluating the numeric values of the corresponding characters in each string. More... | |
QString interface for UTF-16 strings.
| int Quantum.IQString.CompareOrdinal | ( | byte * | bytes, |
| ushort | byteCount | ||
| ) |
Compares a string and a strings byte representation by evaluating the numeric values of the corresponding characters in each string.
| bytes | String in bytes representation |
| byteCount | Byte count to check |