DecoderReplacementFallbackBuffer.GetNextChar 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检索替换回退缓冲区中的下一个字符。
public:
override char GetNextChar();
public override char GetNextChar ();
override this.GetNextChar : unit -> char
Public Overrides Function GetNextChar () As Char
返回
替换回退缓冲区中的下一个字符。
注解
如果它们在其输入中遇到未知代理项对或字符,则调用 Encoding.GetBytes 和 Decoder.Convert 方法 Fallback 。 If the return value of Fallback is true
, the calling method can invoke GetNextChar to obtain each character of the replacement fallback buffer.