System.Text.EncoderFallbackBuffer.Remaining Property

When overridden in a derived class, gets the number of characters in the current System.Text.EncoderFallbackBuffer object that remain to be processed.

Syntax

public abstract int Remaining { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The erload:System.Text.EncoderFallbackBuffer.Fallback method returns true if EncoderFallbackBuffer.Remaining is a nonzero value.

For an exception fallback handler, the DecoderFallbackBuffer.Remaining method should return zero.

Requirements

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