Algs4Net Class Library Documentation
Algs4Net Class Library Documentation
Algs4Net
TextInput Class
TextInput Methods
Close Method
HasNextBool Method
HasNextChar Method
HasNextDouble Method
HasNextInt Method
HasNextLine Method
HasNextString Method
MainTest Method
ReadAll Method
ReadAllDoubles Method
ReadAllInts Method
ReadAllStrings Method
ReadBool Method
ReadChar Method
ReadDouble Method
ReadInt Method
ReadLine Method
ReadString Method
TextInput
ReadBool Method
Reads a bool value (1, 0, true or false, case-insensitive) from the input stream
Namespace:
Algs4Net
Assembly:
Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
Copy
public
bool
ReadBool
()
Return Value
Type:
Boolean
the bool value
See Also
Reference
TextInput Class
Algs4Net Namespace