Encoder.FallbackBuffer Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the EncoderFallbackBuffer object associated with the current Encoder object.
public:
property System::Text::EncoderFallbackBuffer ^ FallbackBuffer { System::Text::EncoderFallbackBuffer ^ get(); };
public System.Text.EncoderFallbackBuffer FallbackBuffer { get; }
[System.Runtime.InteropServices.ComVisible(false)]
public System.Text.EncoderFallbackBuffer FallbackBuffer { get; }
member this.FallbackBuffer : System.Text.EncoderFallbackBuffer
[<System.Runtime.InteropServices.ComVisible(false)>]
member this.FallbackBuffer : System.Text.EncoderFallbackBuffer
Public ReadOnly Property FallbackBuffer As EncoderFallbackBuffer
Property Value
A EncoderFallbackBuffer object.
- Attributes
Remarks
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.
Applies to
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.