EncoderFallbackStatic

EncoderFallbackStatic


Provides a failure-handling mechanism, called a fallback, for an input character that cannot be converted to an encoded output byte sequence.


Public:

Properties:

NameDescription
 ExceptionFallback (get) Gets an object that throws an exception when an input character sequence cannot be encoded.  
 ReplacementFallback (get) Gets an object that outputs a substitute string in place of an input character sequence that cannot be encoded.  

See Also

Project CorLib Overview

Class EncoderFallbackStatic Overview

EncoderExceptionFallback

EncoderReplacementFallback