allowInvalid property
Should invalid character codes be ignored?
When false
, an invalid character code
will throw FormatException.
Implementation
final bool allowInvalid;
Should invalid character codes be ignored?
When false
, an invalid character code
will throw FormatException.
final bool allowInvalid;