Method WriteUInt64
- Namespace
- PaintDotNet.IO
- Assembly
- PaintDotNet.Fundamentals.dll
WriteUInt64(Stream, ulong)
Writes a 64-bit unsigned integer to the stream in little-endian byte order.
public static void WriteUInt64(this Stream stream, ulong value)