allowInvalid property

bool allowInvalid
finalinherited

Should invalid character codes be ignored?

When false, an invalid character code will throw FormatException.

Implementation

final bool allowInvalid;