EncoderReplacementFallbackBuffer: GetNextChar

GetNextChar

Retrieves the next character in the replacement fallback buffer.



 Public Function GetNextChar ( ) As Integer

Return Values

Integer -  The next Unicode character in the replacement fallback buffer that the application can encode.

Remarks

The GetBytes and 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 in the replacement fallback buffer.

See Also

Project CorLib Overview

Class EncoderReplacementFallbackBuffer Overview