C++
bool operator <=( const char * psz ) const;
Description
Compares the string to determine if it is less than or equal to a Utf8 string of chars.
Parameters
| Parameters | Description |
|---|---|
| psz | Input pointer to a string of Utf8 characters |
Returns
true if this string is less than or equal to psz, false otherwise.