Condividi tramite


JsonMetadataServices.UInt32Converter Proprietà

Definizione

Importante

Questa API non è conforme a CLS.

Restituisce JsonConverter<T> un'istanza di che converte UInt32 i valori.

public:
 static property System::Text::Json::Serialization::JsonConverter<System::UInt32> ^ UInt32Converter { System::Text::Json::Serialization::JsonConverter<System::UInt32> ^ get(); };
[System.CLSCompliant(false)]
public static System.Text.Json.Serialization.JsonConverter<uint> UInt32Converter { get; }
[<System.CLSCompliant(false)>]
member this.UInt32Converter : System.Text.Json.Serialization.JsonConverter<uint32>
Public Shared ReadOnly Property UInt32Converter As JsonConverter(Of UInteger)

Valore della proprietà

JsonConverter<UInt32>
Attributi

Si applica a