StringWriterToString Method |
Returns a string containing the characters written to the current StringWriter so far.
Namespace: System.IOAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public override string ToString()
Return Value
Type:
StringThe string containing the characters written to the current StringWriter.
See Also