EncoderReplacementFallbackBuffer: GetNextChar |
Retrieves the next character in the replacement fallback buffer.
Public Function GetNextChar ( ) As Integer
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.