DecoderReplacementFallbackBuffer: GetNextChar

GetNextChar

Retrieves the next character in the replacement fallback buffer.



 Public Function GetNextChar ( ) As Integer

Return Values

Integer -  The next character in the replacement fallback buffer.

Remarks

The Encoding.GetBytes and Decoder.Convert methods call Fallback if they encounter an unknown surrogate pair or character in their input. If the return value of Fallback is True, the calling method can invoke GetNextChar to obtain each character of the replacement fallback buffer.

See Also

Project CorLib Overview

Class DecoderReplacementFallbackBuffer Overview