Method TryReadDouble
TryReadDouble(out double, char?)
Reads next token and tries to convert it to the double number. A return value indicates whether the conversion succeeded.
public bool TryReadDouble(out double result, char? separator = null)
Reads next token and tries to convert it to the double number. A return value indicates whether the conversion succeeded.
public bool TryReadDouble(out double result, char? separator = null)