DecoderReplacementFallbackBuffer Class
Assembly: mscorlib (in mscorlib.dll)
'Declaration Public NotInheritable Class DecoderReplacementFallbackBuffer Inherits DecoderFallbackBuffer 'Usage Dim instance As DecoderReplacementFallbackBuffer
public final class DecoderReplacementFallbackBuffer extends DecoderFallbackBuffer
public final class DecoderReplacementFallbackBuffer extends DecoderFallbackBuffer
It might not be possible to convert an encoded byte sequence to an equivalent character if no suitable decoding exists. A common reason for a decoding to fail is if the conversion operation uses a code page that cannot represent the character to decode.
If the input byte sequence cannot be converted to an output character, a System.Text.DecoderReplacementFallback object provides a replacement string that is substituted for the output character. The replacement string initializes the value of the DecoderReplacementFallback object, and the value of the DecoderReplacementFallback object initializes the value of a DecoderReplacementFallbackBuffer object. The value of a DecoderReplacementFallbackBuffer object is called the replacement fallback buffer. The conversion operation uses the replacement fallback buffer to emit a replacement string instead of a decoded character, then continues to process the remainder of the input.
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.