Table of Contents

Enum Endianness

Namespace
Cuemon
Assembly
Cuemon.Core.dll

Defines the order in which a sequence of bytes are represented.

public enum Endianness

Fields

BigEndian = 0

The big endian format means that data is stored big end first. Many hash standards is represented this way.

LittleEndian = 1

The little endian format means that data is stored little end first. Most modern OS and hardware uses this.