Skip to content

ByteICollectionExtensions.AddUInt32 Method

Definition

Adds a UInt32 to a byte collection.

public static void AddUInt32(this ICollection<Byte> bytes, uint value, Endian endian = Endian.MrKWatkins.BinaryPrimitives.Endian);

View source

Parameters

Name Type Description
bytes ICollection<Byte>
value UInt32 The UInt32 value to add.
endian Endian The endianness to use.