StreamWriterWrite Method |
Name | Description | |
---|---|---|
![]() | Write(Char) |
Writes one character to stream.
(Overrides TextWriterWrite(Char).) |
![]() | Write(String) |
Writes a string to the stream.
(Overrides TextWriterWrite(String).) |
![]() | Write(Char, Int32, Int32) |
Writes char array to the stream.
(Overrides TextWriterWrite(Char, Int32, Int32).) |