TextWriterWrite Method (Char) |
Writes a character array to the text stream.
Namespace: System.IOAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntaxpublic virtual void Write(
char[] buffer
)
Parameters
- buffer
- Type: SystemChar
The character array to write to the text stream.
ExceptionsException | Condition |
---|
ObjectDisposedException | The TextWriter is closed. |
IOException | An I/O error occurs. |
See Also