System.IO.BinaryWriter.Write Method

Writes an eight-byte unsigned integer to the current stream and advances the stream position by eight bytes.

Syntax

[System.CLSCompliant(false)]
public virtual void Write (ulong value)

Parameters

value
The eight-byte unsigned integer to write.

Remarks

BinaryWriter stores this data type in little endian format.

For a list of common I/O tasks, see Common I/O Tasks.

Requirements

Namespace: System.IO
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0