Photon Quantum 3.0.0

Public Member Functions | List of all members
Quantum.IQString Interface Reference

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...
 

Detailed Description

QString interface for UTF-16 strings.

Member Function Documentation

◆ CompareOrdinal()

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.

Parameters
bytesString in bytes representation
byteCountByte count to check
Returns
An integer that indicates the lexical relationship between the two comparands.