Redigera

Dela via


JsonMetadataServices.CharConverter Property

Definition

Gets an object that converts Char values.

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

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