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

◆ write() [1/14]

virtual void xtd::io::text_writer::write ( const xtd::string value)
virtual

Writes the specified string value to the text stream.

Parameters
valueThe value to write.
Exceptions
io::io_exceptionAn I/O error occurs.

Reimplemented in xtd::io::null_text_writer, xtd::io::stream_writer, xtd::io::stream_writer, xtd::io::string_writer, and xtd::io::synchronized_text_writer.