Hexadecimal representation style.
Every enum constant represent a style,
that is a representation of an hexadecimal number.
Namespace: LLCryptoLib.UtilsAssembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)
Syntax
C# |
---|
public enum HexEnum |
Visual Basic |
---|
Public Enumeration HexEnum |
Visual C++ |
---|
public enum class HexEnum |
Members
Member name | Value | Description | |
---|---|---|---|
UNKNOWN | 0 | An unknown hexadecimal style | |
CLASSIC | 16 | Classic hexadecimal style: FF12AB4D | |
UNIX | 12 | UNIX hexadecimal style: ff12ab4d | |
SPACE | 14 | SPACE hexadecimal style: FF 12 AB 4D | |
NETSCAPE | 18 | Netscape(TM) hexadecimal style: FF:12:AB:4D | |
MODERN | 22 | Modern hexadecimal style: ff 12 ab 4d |