StringWriter.ToString Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Returns a string containing the characters written to the current StringWriter so far.
Assembly: mscorlib (in mscorlib.dll)
Return Value
Type: System.StringThe string containing the characters written to the current StringWriter.
Show: