Utf8JsonReader.GetSingle Método
Definição
public:
float GetSingle();
public float GetSingle ();
member this.GetSingle : unit -> single
Public Function GetSingle () As Single
Retornos
O valor do token codificado em UTF-8 analisado para um Single.The UTF-8 encoded token value parsed to a Single.
Exceções
O valor do token JSON representa um número menor que MinValue ou maior que MaxValue.The JSON token value represents a number less than MinValue or greater than MaxValue.