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