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