Click or drag to resize
StringWriterToString Method
Returns a string containing the characters written to the current StringWriter so far.

Namespace: System.IO
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public override string ToString()

Return Value

Type: String
The string containing the characters written to the current StringWriter.
See Also