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

◆ write() [14/14]

template<typename ... args_t>
void xtd::io::text_writer::write ( const xtd::string fmt,
args_t &&...  args 
)
inlinenoexcept

Writes the specified arguments with specified format to the text stream.

Parameters
formatThe arguments format to write.
argsThe arguments to write with format
Exceptions
io::io_exceptionAn I/O error occurs.