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으로 쓸 버퍼입니다.

반품

에 기록된 값의 Char 수입니다 destination.

예외

destination 가 출력을 저장할 만큼 크지 않습니다.

적용 대상