System.Text.EncoderExceptionFallbackBuffer.MovePrevious Method

Causes the next call to the EncoderExceptionFallbackBuffer.GetNextChar method to access the exception data buffer character position that is prior to the current position.

Syntax

public override bool MovePrevious ()

Returns

The return value is always false.

A return value is defined, although it is unchanging, because this method implements an abstract method.

Remarks

Because System.Text.EncoderExceptionFallbackBuffer has no actual exception data buffer, the EncoderExceptionFallbackBuffer.MovePrevious method always returns false.

Requirements

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