共用方式為


Rfc3161TimestampTokenInfo.TryEncode(Span<Byte>, Int32) 方法

定義

嘗試將此物件編碼為TSTInfo值,並將結果寫入提供的緩衝區。

public:
 bool TryEncode(Span<System::Byte> destination, [Runtime::InteropServices::Out] int % bytesWritten);
public bool TryEncode (Span<byte> destination, out int bytesWritten);
member this.TryEncode : Span<byte> * int -> bool
Public Function TryEncode (destination As Span(Of Byte), ByRef bytesWritten As Integer) As Boolean

參數

destination
Span<Byte>

目的緩衝區。

bytesWritten
Int32

當這個方法傳 true回 時,會包含寫入緩衝區的 destination 位元組。

傳回

true 如果作業成功,則為 ; false 如果緩衝區大小不足,則為 。

適用於