DecoderFallback

DecoderFallback


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


Public:

Properties:

NameDescription
 MaxCharCount (get) When implemented in a derived class, gets the maximum number of characters the current DecoderFallback object can return.  

Methods:

NameDescription
 CreateFallbackBuffer When implemented in a derived class, initializes a new instance of the DecoderFallbackBuffer class.  
 Equals Determines whether the specified value passed in is equal to the current object.  
 GetHashCode Serves as the default hash function.  
 ToString Returns a string that represents the current object.  

See Also

Project CorLib Overview

Class DecoderFallback Overview

DecoderFallbackStatic

DecoderExceptionFallback

DecoderReplacementFallback