Click or drag to resize
TextInputHasNextLine Method
Check if there is a line, which is essentially a sequence of any characters

Namespace: Algs4Net
Assembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool HasNextLine()

Return Value

Type: Boolean
true if a string can be read next
See Also