Utf8JsonReader.GetInt16 Metodo

Definizione

Analizza il valore del token JSON corrente dall'origine come oggetto Int16.

public:
 short GetInt16();
public short GetInt16 ();
member this.GetInt16 : unit -> int16
Public Function GetInt16 () As Short

Restituisce

Valore del token con codifica UTF-8 analizzato come Int16.

Eccezioni

Il valore del token JSON non è un campo Number.

Il formato numerico del valore del token JSON non è corretto, ad esempio contiene un valore frazionario oppure è scritto in notazione scientifica.

-oppure-

Il valore del token JSON rappresenta un numero minore di Int16.MinValue o maggiore di Int16.MaxValue.

Si applica a

Vedi anche