EncoderReplacementFallbackBuffer Class
Assembly: mscorlib (in mscorlib.dll)
'Declaration Public NotInheritable Class EncoderReplacementFallbackBuffer Inherits EncoderFallbackBuffer 'Usage Dim instance As EncoderReplacementFallbackBuffer
public final class EncoderReplacementFallbackBuffer extends EncoderFallbackBuffer
public final class EncoderReplacementFallbackBuffer extends EncoderFallbackBuffer
It might not be possible to convert a character to an equivalent encoded byte sequence if no suitable encoding exists. A common reason for an encoding to fail is if the conversion operation uses a code page on which the character to encode is not represented.
If the input character cannot be converted to an output byte sequence, a System.Text.EncoderReplacementFallback object provides a replacement string that is substituted for the original input character. The replacement string initializes the value of the EncoderReplacementFallback object, and the value of the EncoderReplacementFallback object initializes the value of an EncoderReplacementFallbackBuffer object. The value of an EncoderReplacementFallbackBuffer object is called the replacement fallback buffer. The conversion operation encodes the replacement fallback buffer instead of the original input 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.