Rune.EncodeToUtf8(Span<Byte>) 메서드

정의

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

public:
 int EncodeToUtf8(Span<System::Byte> destination);
public int EncodeToUtf8 (Span<byte> destination);
member this.EncodeToUtf8 : Span<byte> -> int
Public Function EncodeToUtf8 (destination As Span(Of Byte)) As Integer

매개 변수

destination
Span<Byte>

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

반환

Int32

destination에 쓴 Byte 값의 수입니다.

예외

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

적용 대상