C
Chris-
Putting aside the fact XmlTextReader and various ASP.NET classes use
StringWriter, what purpose is it meant to serve?
All it does is use the provided StringBuilder and .Append() to it from
what I can tell while implementing IDisposable. Can someone shed some
light?
StringWriter, what purpose is it meant to serve?
All it does is use the provided StringBuilder and .Append() to it from
what I can tell while implementing IDisposable. Can someone shed some
light?