Click or drag to resize
TextInputReadLine 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#
public string ReadLine()

Return Value

Type: String
the new line content
See Also