The order in which to store the bytes for integers.
Namespace:
Classless.HasherAssembly: 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 name | Description | |
---|---|---|
LittleEndian | The Least Significant Byte is first. | |
BigEndian | The Most Significant Byte is first. |