Table of Contents

Method TryReadUInt64

Namespace
PaintDotNet.IO
Assembly
PaintDotNet.Fundamentals.dll

TryReadUInt64(Stream)

Reads a 64-bit unsigned integer from the stream in little-endian byte order.

public static ulong? TryReadUInt64(this Stream stream)

Parameters

stream Stream

Returns

ulong?