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