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

◆ write_line() [14/15]

template<typename value_t >
void xtd::io::text_writer::write_line ( value_t  value)
inline

Writes the specified value_t value and new line to the text stream.

Template Parameters
value_tThe type of value to write.
Parameters
valueThe value to write.
Exceptions
io::io_exceptionAn I/O error occurs.