Method TryReadUInt32
- Namespace
- PaintDotNet.IO
- Assembly
- PaintDotNet.Fundamentals.dll
TryReadUInt32(Stream)
Reads a 32-bit unsigned integer from the stream in little-endian byte order.
public static uint? TryReadUInt32(this Stream stream)
Parameters
stream
Stream
Returns
- uint?