JsonSByteReaderWriter.ToJsonTyped(Utf8JsonWriter, SByte) Method

Definition

Writes the value to JSON.

public override void ToJsonTyped (System.Text.Json.Utf8JsonWriter writer, sbyte value);
override this.ToJsonTyped : System.Text.Json.Utf8JsonWriter * sbyte -> unit
Public Overrides Sub ToJsonTyped (writer As Utf8JsonWriter, value As SByte)

Parameters

writer
Utf8JsonWriter

The Utf8JsonWriter into which the value should be written.

value
SByte

The value to write.

Applies to