Skip to content

ByteICollectionExtensions.AddUInt64 Method

Definition

Adds a UInt64 to a byte collection.

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

View source

Parameters

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