Skip to content

ByteICollectionExtensions.AddInt32 Method

Definition

Adds an Int32 to a byte collection.

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

View source

Parameters

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