TextWriter.close

Closes the writer. Once closed no more content can be written. <b>NOTE:</b> <code>toString()</code> is not guaranteed to return a valid string unless the writer is closed.

class TextWriter
void
close
(
)

Meta