Share via


ResponseContinuationToken.ToBytes Method

Definition

Gets the bytes representing this ResponseContinuationToken.

public:
 virtual ReadOnlyMemory<System::Byte> ToBytes();
public virtual ReadOnlyMemory<byte> ToBytes();
abstract member ToBytes : unit -> ReadOnlyMemory<byte>
override this.ToBytes : unit -> ReadOnlyMemory<byte>
Public Overridable Function ToBytes () As ReadOnlyMemory(Of Byte)

Returns

Bytes representing the ResponseContinuationToken.

Applies to