Hexadecimal representation style. Every enum constant represent a style, that is a representation of an hexadecimal number.

Namespace: LLCryptoLib.Utils
Assembly: 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 nameValueDescription
UNKNOWN0 An unknown hexadecimal style
CLASSIC16 Classic hexadecimal style: FF12AB4D
UNIX12 UNIX hexadecimal style: ff12ab4d
SPACE14 SPACE hexadecimal style: FF 12 AB 4D
NETSCAPE18 Netscape(TM) hexadecimal style: FF:12:AB:4D
MODERN22 Modern hexadecimal style: ff 12 ab 4d

See Also