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