mscorlib(4.0.0.0) API with additions
|
Provides a failure-handling mechanism, called a fallback, for an encoded input byte sequence that cannot be converted to an output character. More...
Public Member Functions | |
abstract DecoderFallbackBuffer | CreateFallbackBuffer () |
When overridden in a derived class, initializes a new instance of the T:System.Text.DecoderFallbackBuffer class. More... | |
Protected Member Functions | |
DecoderFallback () | |
Initializes a new instance of the T:System.Text.DecoderFallback class. More... | |
Properties | |
static DecoderFallback | ReplacementFallback [get] |
Gets an object that outputs a substitute string in place of an input byte sequence that cannot be decoded. More... | |
static DecoderFallback | ExceptionFallback [get] |
Gets an object that throws an exception when an input byte sequence cannot be decoded. More... | |
abstract int | MaxCharCount [get] |
When overridden in a derived class, gets the maximum number of characters the current T:System.Text.DecoderFallback object can return. More... | |
Provides a failure-handling mechanism, called a fallback, for an encoded input byte sequence that cannot be converted to an output character.
Definition at line 8 of file DecoderFallback.cs.
|
protected |
Initializes a new instance of the T:System.Text.DecoderFallback class.
Definition at line 93 of file DecoderFallback.cs.
|
pure virtual |
When overridden in a derived class, initializes a new instance of the T:System.Text.DecoderFallbackBuffer class.
Implemented in System.Text.DecoderReplacementFallback, and System.Text.DecoderExceptionFallback.
|
staticget |
Gets an object that throws an exception when an input byte sequence cannot be decoded.
Definition at line 57 of file DecoderFallback.cs.
|
get |
When overridden in a derived class, gets the maximum number of characters the current T:System.Text.DecoderFallback object can return.
Definition at line 79 of file DecoderFallback.cs.
|
staticget |
Gets an object that outputs a substitute string in place of an input byte sequence that cannot be decoded.
Definition at line 35 of file DecoderFallback.cs.