DecoderReplacementFallbackBuffer.GetNextChar 메서드

정의

대체 fallback 버퍼에서 다음 문자를 검색합니다.

public:
 override char GetNextChar();
public override char GetNextChar ();
override this.GetNextChar : unit -> char
Public Overrides Function GetNextChar () As Char

반환

대체 fallback 버퍼의 다음 문자입니다.

설명

Decoder.Convert 메서드는 Encoding.GetBytes 입력에서 알 수 없는 서로게이트 쌍 또는 문자를 발견하면 를 호출 Fallback 합니다. 의 반환 값 Fallback 이 이 true면 호출 메서드를 호출 GetNextChar 하여 대체 대체 버퍼의 각 문자를 가져올 수 있습니다.

적용 대상