JsonMetadataServices.UInt64Converter 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 UInt64 valeurs.
public:
static property System::Text::Json::Serialization::JsonConverter<System::UInt64> ^ UInt64Converter { System::Text::Json::Serialization::JsonConverter<System::UInt64> ^ get(); };
[System.CLSCompliant(false)]
public static System.Text.Json.Serialization.JsonConverter<ulong> UInt64Converter { get; }
[<System.CLSCompliant(false)>]
static member UInt64Converter : System.Text.Json.Serialization.JsonConverter<uint64>
Public Shared ReadOnly Property UInt64Converter As JsonConverter(Of ULong)
Valeur de propriété
- Attributs
Remarques
Cette API est destinée à être utilisée par la sortie du générateur source System.Text.Json et ne doit pas être appelée directement.
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.