System.Text.EncoderExceptionFallbackBuffer.Remaining Property

Gets the number of characters in the current System.Text.EncoderExceptionFallbackBuffer object that remain to be processed.

Syntax

public override int Remaining { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Because System.Text.EncoderExceptionFallbackBuffer has no actual exception data buffer, the EncoderExceptionFallbackBuffer.Remaining property always returns zero.

Requirements

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