Transform hex series into the corresponding string

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

Syntax

C#
public static string Hex2Text(
	string hex,
	HexEnum style
)
Visual Basic
Public Shared Function Hex2Text ( _
	hex As String, _
	style As HexEnum _
) As String
Visual C++
public:
static String^ Hex2Text(
	String^ hex, 
	HexEnum style
)

Parameters

hex
Type: System..::..String
Hex series (ie: 2A 3B 4C FF ...)
style
Type: LLCryptoLib.Utils..::..HexEnum
Style of the given hex series

Return Value

Text string

Exceptions

ExceptionCondition
System..::..ArgumentNullException

See Also