Constructor

Namespace: LLCryptoLib.Utils
Assembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)

Syntax

C#
public HexStyler(
	HexEnum i
)
Visual Basic
Public Sub New ( _
	i As HexEnum _
)
Visual C++
public:
HexStyler(
	HexEnum i
)

Parameters

i
Type: LLCryptoLib.Utils..::..HexEnum
Identifier of style.

See Also