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; }
member this.SingleConverter : System.Text.Json.Serialization.JsonConverter<single>
Public Shared ReadOnly Property SingleConverter As JsonConverter(Of Single)

Property Value

JsonConverter<Single>

Remarks

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

Applies to