BinaryData.ToMemory Method

Definition

Gets the value of this instance as bytes without any further interpretation.

public:
 ReadOnlyMemory<System::Byte> ToMemory();
public ReadOnlyMemory<byte> ToMemory ();
member this.ToMemory : unit -> ReadOnlyMemory<byte>
Public Function ToMemory () As ReadOnlyMemory(Of Byte)

Returns

The value of this instance as bytes without any further interpretation.

Applies to