CborWriter.BytesWritten Property

Definition

Gets the total number of bytes that have been written to the buffer.

public:
 property int BytesWritten { int get(); };
public int BytesWritten { get; }
member this.BytesWritten : int
Public ReadOnly Property BytesWritten As Integer

Property Value

The total number of bytes that have been written to the buffer.

Applies to