Click or drag to resize
TextInputReadInt Method
Reads an integer from the stream

Namespace: Algs4Net
Assembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public int ReadInt()

Return Value

Type: Int32
an integer
Exceptions
ExceptionCondition
FormatExceptionif the token can't be parsed to an integer
See Also