ValidateResult.characterCount

Number of characters in the string.

If the string is not valid, this is the number of valid characters before hitting the first invalid sequence.

struct ValidateResult
size_t characterCount;

Meta