The order in which to store the bytes for integers.

Namespace: LLCryptoLib.Hash
Assembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)

Syntax

C#
public enum EndianType
Visual Basic
Public Enumeration EndianType
Visual C++
public enum class EndianType

Members

Member nameValueDescription
LittleEndian0The Least Significant Byte is first.
BigEndian1The Most Significant Byte is first.

See Also