The order in which to store the bytes for integers.

Namespace:  Classless.Hasher
Assembly:  Classless.Hasher (in Classless.Hasher.dll) Version: 0.8.3649.33599

Syntax

C#
public enum EndianType
Visual Basic (Declaration)
Public Enumeration EndianType
Visual C++
public enum class EndianType

Members

Member nameDescription
LittleEndian
The Least Significant Byte is first.
BigEndian
The Most Significant Byte is first.

See Also