ValidateResult

Result of a validateUTF8NoGC call.

Members

Variables

characterCount
size_t characterCount;

Number of characters in the string.

msg
string msg;

If the string is not valid, error message with details is here.

valid
bool valid;

Is the validated string valid?

Meta