TextWriter.WriteLine Method (String)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Writes a string followed by a line terminator to the text stream.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- value
- Type: System.String
The string to write. If value is Nothing, only the line termination characters are written.
| Exception | Condition |
|---|---|
| ObjectDisposedException | The TextWriter is closed. |
| IOException | An I/O error occurs. |
Show: