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

◆ read_line()

virtual xtd::string xtd::io::text_reader::read_line ( )
virtual

Reads a line of characters from the current stream and returns the data as a string.

Returns
The next line from the input stream, or the empty string if all characters have been read.
Examples
file_info_move_to.cpp, and test_forms.cpp.