TextInputHasNextLine Method |
Check if there is a line, which is essentially a sequence of any
characters
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool HasNextLine()
Return Value
Type:
Booleantrue if a string can be read next
See Also