JsonMetadataServices.ByteConverter Property

Definition

Gets an object that converts Byte values.

public:
 static property System::Text::Json::Serialization::JsonConverter<System::Byte> ^ ByteConverter { System::Text::Json::Serialization::JsonConverter<System::Byte> ^ get(); };
public static System.Text.Json.Serialization.JsonConverter<byte> ByteConverter { get; }
static member ByteConverter : System.Text.Json.Serialization.JsonConverter<byte>
Public Shared ReadOnly Property ByteConverter As JsonConverter(Of Byte)

Property Value

Remarks

This API is for use by the output of the System.Text.Json source generator and should not be called directly.

Applies to