StreamExtensions.WriteUInt32 Method
Definition
Writes a UInt32 to the stream.
public static void WriteUInt32(this Stream stream, uint value, Endian endian = Endian.MrKWatkins.BinaryPrimitives.Endian);
Parameters
| Name | Type | Description |
|---|---|---|
| stream | Stream | |
| value | UInt32 | The UInt32 value to write. |
| endian | Endian | The endianness to use. |