Enum Endianness
Defines the order in which a sequence of bytes are represented.
Namespace: Cuemon
Assembly: Cuemon.Core.dll
Syntax
public enum Endianness
Fields
Name | Description |
---|---|
BigEndian | The big endian format means that data is stored big end first. Many hash standards is represented this way. |
LittleEndian | The little endian format means that data is stored little end first. Most modern OS and hardware uses this. |