Encoder::FallbackBuffer Property

 

Gets the EncoderFallbackBuffer object associated with the current Encoder object.

Namespace:   System.Text
Assembly:  mscorlib (in mscorlib.dll)

public:
[ComVisibleAttribute(false)]
property EncoderFallbackBuffer^ FallbackBuffer {
	EncoderFallbackBuffer^ get();
}

The FallbackBuffer object represents data used by the EncoderFallback object. The EncoderFallback object represents an error handler that is invoked when a character cannot be converted into an encoded byte sequence.

Universal Windows Platform
Available since 10
.NET Framework
Available since 2.0
Return to top
Show: