Method ReadDouble
ReadDouble(char?)
Reads next token and converts it to the double number. Raises an exception if convertion is not successful.
public double ReadDouble(char? separator = null)
Parameters
separator
char?Separator character.
Reads next token and converts it to the double number. Raises an exception if convertion is not successful.
public double ReadDouble(char? separator = null)
separator
char?Separator character.