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