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

◆ read_to_end()

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

Reads all characters from the current position to the end of the text_reader and returns them as one string.

Returns
A string containing all characters from the current position to the end of the text_reader.
Exceptions
io::io_exceptionAn I/O error occurs.