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