JsonMetadataServices.UInt32Converter Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Important
Cette API n’est pas conforme CLS.
Obtient un objet qui convertit des UInt32 valeurs.
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)
Valeur de propriété
- Attributs
Remarques
Cette API est utilisée par la sortie du générateur source System.Text.Json et ne doit pas être appelée directement.