Mono Class Library: Overview

System.IO.StringWriter: Method Members

The methods of System.IO.StringWriter are listed below. For a list of all members, see the StringWriter Members list.

See Also: Inherited members from System.IO.TextWriter

Public Methods

override
Close()
Closes the current System.IO.StringWriter instance.
GetStringBuilder() : System.Text.StringBuilder
Returns the underlying System.Text.StringBuilder .
override
ToString() : string
Returns a string containing the characters written to the current System.IO.StringWriter instance so far.
override
Write(char)
Writes a character to the current instance of the System.IO.StringWriter .
override
Write(string)
Writes a string to the current instance of the System.IO.StringWriter.
override
Write(char[], int, int)
Writes the specified region of a character array to this instance of the System.IO.StringWriter.

Protected Methods

override
Dispose(bool)
Releases the unmanaged resources used by the System.IO.StringWriter and optionally releases the managed resources.