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