Redigera

Dela via


JsonMetadataServices.SingleConverter Property

Definition

Gets an object that converts Single values.

public:
 static property System::Text::Json::Serialization::JsonConverter<float> ^ SingleConverter { System::Text::Json::Serialization::JsonConverter<float> ^ get(); };
public static System.Text.Json.Serialization.JsonConverter<float> SingleConverter { get; }
static member SingleConverter : System.Text.Json.Serialization.JsonConverter<single>
Public Shared ReadOnly Property SingleConverter As JsonConverter(Of Single)

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