EncoderFallback: MaxCharCount (get)

MaxCharCount

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



 Public Property Get MaxCharCount ( ) As Long

Return Values

Long -  The maximum number of characters the current EncoderFallback object can return.

Remarks

For an exception fallback handler, this property should return zero.

Read Only.

See Also

Project CorLib Overview

Class EncoderFallback Overview