Utf8JsonReader.GetUInt16 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.
Analyse la valeur du jeton JSON actuelle de la source comme UInt16.
public:
System::UInt16 GetUInt16();
[System.CLSCompliant(false)]
public ushort GetUInt16 ();
[<System.CLSCompliant(false)>]
member this.GetUInt16 : unit -> uint16
Public Function GetUInt16 () As UShort
Retours
Valeur du jeton encodé en UTF-8 analysée pour obtenir une valeur UInt16.
- Attributs
Exceptions
La valeur du jeton JSON n’est pas un Number.
Le format numérique de la valeur du jeton JSON est incorrect (par exemple, il contient une valeur fractionnaire ou est écrit en notation scientifique).
- ou -
La valeur du jeton JSON représente un nombre inférieur à UInt16.MinValue ou supérieur à UInt16.MaxValue.