System.Text.EncoderFallbackBuffer.MovePrevious Method

When overridden in a derived class, causes the next call to the EncoderFallbackBuffer.GetNextChar method to access the data buffer character position that is prior to the current character position.

Syntax

public abstract bool MovePrevious ()

Returns

true if the EncoderFallbackBuffer.MovePrevious operation was successful; otherwise, false.

Remarks

An exception fallback handler should return false.

Requirements

Namespace: System.Text
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0