Rune.EncodeToUtf16(Span<Char>) 메서드

정의

Rune을 UTF-16 대상 버퍼로 인코딩합니다.

public:
 int EncodeToUtf16(Span<char> destination);
public int EncodeToUtf16 (Span<char> destination);
member this.EncodeToUtf16 : Span<char> -> int
Public Function EncodeToUtf16 (destination As Span(Of Char)) As Integer

매개 변수

destination
Span<Char>

이 값을 UTF-16으로 쓸 버퍼입니다.

반환

Int32

destination에 쓴 Char 값의 수입니다.

예외

destination이 출력을 보유할 수 있을 정도로 크지 않습니다.

적용 대상