Home
C# / C Sharp
2D Graphics
Class Interface
Collections Data Structure
Components
Data Types
Database ADO.net
Date Time
Design Patterns
Development Class
Event
File Stream
Generics
GUI Windows Form
Internationalization I18N
Language Basics
LINQ
Network
Office
Reflection
Regular Expressions
Security
Services Event
Thread
Web Services
Windows
Windows Presentation Foundation
XML
XML LINQ
Menu
StringWriter « File Stream « C# / C Sharp
C# / C Sharp
File Stream
StringWriter
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.