xtd 0.2.0
Loading...
Searching...
No Matches

◆ read_line() [2/2]

static xtd::ustring xtd::console::read_line ( bool  intercept)
static

Reads the next line of characters from the standard input stream.

Parameters
interceptDetermines whether to display the pressed key in the console window. true to not display the pressed key; otherwise, false
Returns
The next line of characters from the input stream, or "" if no more lines are available.