Redigera

Dela via


JsonMetadataServices.ByteArrayConverter Property

Definition

Gets an object that converts byte array values.

public:
 static property System::Text::Json::Serialization::JsonConverter<cli::array <System::Byte> ^> ^ ByteArrayConverter { System::Text::Json::Serialization::JsonConverter<cli::array <System::Byte> ^> ^ get(); };
public static System.Text.Json.Serialization.JsonConverter<byte[]?> ByteArrayConverter { get; }
static member ByteArrayConverter : System.Text.Json.Serialization.JsonConverter<byte[]>
Public Shared ReadOnly Property ByteArrayConverter 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