Return the hex style format of an hexstring

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

Syntax

C#
public static HexEnum Recognize(
	string hexstring
)
Visual Basic
Public Shared Function Recognize ( _
	hexstring As String _
) As HexEnum
Visual C++
public:
static HexEnum Recognize(
	String^ hexstring
)

Parameters

hexstring
Type: System..::..String
an existing string with hexadecimal numbers

Return Value

The recognized HexStyle, or HexStyle.UNKNOWN if not recognized

Exceptions

ExceptionCondition
System..::..ArgumentNullException

See Also