System.Text.EncoderReplacementFallbackBuffer: Method Members

The methods of System.Text.EncoderReplacementFallbackBuffer are listed below. For a list of all members, see the EncoderReplacementFallbackBuffer Members list.

See Also: Inherited members from System.Text.EncoderFallbackBuffer

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.