ModelSerializationExtensions.WriteBase64StringValue 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 WriteBase64StringValue(this System.Text.Json.Utf8JsonWriter writer, byte[] value, string format);
static member WriteBase64StringValue : System.Text.Json.Utf8JsonWriter * byte[] * string -> unit
<Extension()>
Public Sub WriteBase64StringValue (writer As Utf8JsonWriter, value As Byte(), format As String)
Parameters
- writer
- Utf8JsonWriter
- value
- Byte[]
- format
- String