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