JsonPatchDocument.ToBytes Method

Definition

Returns a UTF8-encoded representation of this JsonPatchDocument instance.

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

Returns

The UTF8-encoded JSON.

Applies to