TextWriter.Write Method (Char[])
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Writes a character array to the text stream.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- buffer
- Type:
System.Char
[]
The character array to write to the text stream.
| Exception | Condition |
|---|---|
| ObjectDisposedException | The TextWriter is closed. |
| IOException | An I/O error occurs. |
Show: