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
ReadLine Method
Read a whole new line, discarding unprocessed strings in the previous line
Namespace:
Algs4Net
Assembly:
Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
Copy
public
string
ReadLine
()
Return Value
Type:
String
the new line content
See Also
Reference
TextInput Class
Algs4Net Namespace