JsonElement.GetUInt64 Méthode
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 le numéro JSON actuel en tant que UInt64.
public:
System::UInt64 GetUInt64();
[System.CLSCompliant(false)]
public ulong GetUInt64();
[<System.CLSCompliant(false)>]
member this.GetUInt64 : unit -> uint64
Public Function GetUInt64 () As ULong
Retours
Numéro JSON actuel en tant que UInt64.
- Attributs
Exceptions
La valeur ne peut pas être représentée en tant que UInt64.
Le parent JsonDocument a été supprimé.
Remarques
Cette méthode n’analyse pas le contenu d’une valeur de chaîne JSON.