BinaryWriter.Write Method (Int64)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Writes an eight-byte unsigned integer to the current stream and advances the stream position by eight bytes.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- value
- Type: System.Int64
The eight-byte unsigned integer to write.
| Exception | Condition |
|---|---|
| IOException | An I/O error occurs. |
| ObjectDisposedException | The stream is closed. |
BinaryWriter stores this data type in little endian format.
Show: