ResponseContinuationToken.ToBytes Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.