System.Text.EncoderReplacementFallbackBuffer Members

The members of System.Text.EncoderReplacementFallbackBuffer are listed below.

See Also: Inherited members from System.Text.EncoderFallbackBuffer

Public Constructors

Public Properties

[read-only]
override
Remainingint.

Gets the number of characters in the replacement fallback buffer that remain to be processed.

Public Methods

override
Fallback(char, int) : bool

Prepares the replacement fallback buffer to use the current replacement string.

override
Fallback(char, char, int) : bool

Indicates whether a replacement string can be used when an input surrogate pair cannot be encoded, or whether the surrogate pair can be ignored. Parameters specify the surrogate pair and the index position of the pair in the input.

override
GetNextChar() : char

Retrieves the next character in the replacement fallback buffer.

override
MovePrevious() : bool

Causes the next call to the EncoderReplacementFallbackBuffer.GetNextChar method to access the character position in the replacement fallback buffer prior to the current character position.

override
Reset()

Initializes all internal state information and data in this instance of System.Text.EncoderReplacementFallbackBuffer.