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