VersionVariablesJsonNumberConverter.

Write(Utf8JsonWriter, string, JsonSerializerOptions) Method

Syntax

public override void Write(Utf8JsonWriter writer, string value, JsonSerializerOptions options)

Parameters

Name Type Description
writer Utf8JsonWriter
value string
options JsonSerializerOptions

Return Value

Type Description
void
GitHub