Mono Class Library: OverviewSystem.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
overrideClose() Closes the current System.IO.StringWriter instance.GetStringBuilder() : System.Text.StringBuilder Returns the underlying System.Text.StringBuilder . overrideToString() : string Returns a string containing the characters written to the current System.IO.StringWriter instance so far. overrideWrite(char) Writes a character to the current instance of the System.IO.StringWriter . overrideWrite(string) Writes a string to the current instance of the System.IO.StringWriter. overrideWrite(char[], int, int) Writes the specified region of a character array to this instance of the System.IO.StringWriter.
overrideDispose(bool) Releases the unmanaged resources used by the System.IO.StringWriter and optionally releases the managed resources.