Freigeben über


JsonMetadataServices.UInt32Converter Eigenschaft

Definition

Wichtig

Diese API ist nicht CLS-kompatibel.

Gibt eine JsonConverter<T> -Instanz zurück, die Werte UInt32 konvertiert.

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)

Eigenschaftswert

JsonConverter<UInt32>
Attribute

Gilt für