A text writer that accumulates output into an in-memory string.
Write text to the in-memory buffer.
Flush the writer.
Dispose the writer.
Return the accumulated string.
A text writer that accumulates output into an in-memory string.