ModelSerializationExtensions.WriteNumberValue Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static void WriteNumberValue(this System.Text.Json.Utf8JsonWriter writer, DateTimeOffset value, string format);
static member WriteNumberValue : System.Text.Json.Utf8JsonWriter * DateTimeOffset * string -> unit
<Extension()>
Public Sub WriteNumberValue (writer As Utf8JsonWriter, value As DateTimeOffset, format As String)
Parameters
- writer
- Utf8JsonWriter
- value
- DateTimeOffset
- format
- String