BinaryWriterWrite Method (UInt64) |
Writes an eight-byte unsigned integer to the current stream and advances the stream position by eight bytes.
Namespace: System.IOAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public virtual void Write(
ulong value
)
Parameters
- value
- Type: SystemUInt64
The eight-byte unsigned integer to write.
Exceptions Exception | Condition |
---|
IOException | An I/O error occurs. |
ObjectDisposedException | The stream is closed. |
See Also