Utf8JsonReader.TryGetDouble(Double) Método
Definição
public:
bool TryGetDouble([Runtime::InteropServices::Out] double % value);
public bool TryGetDouble (out double value);
member this.TryGetDouble : double -> bool
Public Function TryGetDouble (ByRef value As Double) As Boolean
Parâmetros
- value
- Double
Quando este método retorna, ele contém o valor analisado.When this method returns, contains the parsed value.
Retornos
true se o valor do token codificado em UTF-8 inteiro puder ser analisado com êxito para um valor Double; caso contrário, false.true if the entire UTF-8 encoded token value can be successfully parsed to a Double value; otherwise, false.