System.Text.EncoderFallback.MaxCharCount Property

When overridden in a derived class, gets the maximum number of characters the current System.Text.EncoderFallback object can return.

Syntax

public abstract int MaxCharCount { get; }

Value

Documentation for this section has not yet been entered.

Remarks

For an exception fallback handler, this property 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