Rune.TryEncodeToUtf8(Span<Byte>, Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將這個 Rune 編碼為 UTF-8 編碼目的地緩衝區。
public:
bool TryEncodeToUtf8(Span<System::Byte> destination, [Runtime::InteropServices::Out] int % bytesWritten);
public bool TryEncodeToUtf8 (Span<byte> destination, out int bytesWritten);
member this.TryEncodeToUtf8 : Span<byte> * int -> bool
Public Function TryEncodeToUtf8 (destination As Span(Of Byte), ByRef bytesWritten As Integer) As Boolean
參數
傳回
若已將值寫入至緩衝區,則為 true
;否則為 false
。
備註
Utf8SequenceLength您可以事先查詢 屬性,以判斷緩衝區的必要大小 destination
。