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