Table of Contents

Method TryReadUInt16

Namespace
PaintDotNet.IO
Assembly
PaintDotNet.Fundamentals.dll

TryReadUInt16(Stream)

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

public static ushort? TryReadUInt16(this Stream stream)

Parameters

stream Stream

Returns

ushort?