StringWriter « File Stream « C# / C Sharp






1.Use StringWriter to write string
2.The hex dump program.
3.StringWriter implements a TextWriter for writing information to a string. The information is stored in an underlying StringBuilder.
4.Initializes a new instance of the StringWriter class with the specified format control.
5.Initializes a new instance of the StringWriter class that writes to the specified StringBuilder.
6.Initializes a new instance of the StringWriter class.