EncoderReplacementFallbackBuffer.GetNextChar 메서드

정의

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

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

반환

Char

대체(fallback) 버퍼에서 애플리케이션이 인코딩할 수 있는 다음 유니코드 문자입니다.

설명

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

적용 대상