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
Bekerjasama dengan kami di GitHub
Sumber untuk kandungan ini boleh didapati di GitHub, di mana anda juga boleh mencipta dan menyemak isu dan menarik permintaan. Untuk maklumat lanjut, lihat panduan penyumbang kami.