DecoderFallbackStatic

DecoderFallbackStatic


Gets an object that outputs a substitute string in place of an input byte sequence that cannot be decoded.


Public:

Properties:

NameDescription
 ExceptionFallback (get) Gets an object that throws an exception when an input byte sequence cannot be decoded.  
 ReplacementFallback (get) 

Remarks

The default value is a DecoderReplacementFallback object that emits the QUESTION MARK character ("?", U+003F) in place of unknown byte sequences.

See Also

Project CorLib Overview

Class DecoderFallbackStatic Overview

DecoderReplacementFallback

DecoderReplacementFallbackBuffer