Utf8JsonReader.GetInt16 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.
Analyse la valeur du jeton JSON actuelle de la source comme Int16.
public:
short GetInt16();
public short GetInt16 ();
member this.GetInt16 : unit -> int16
Public Function GetInt16 () As Short
Retours
Valeur du jeton encodé en UTF-8 analysée pour obtenir une valeur Int16.
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 à Int16.MinValue ou supérieur à Int16.MaxValue.