Gets the number of bytes in input hexadecimal string.

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

Syntax

C#
public static int GetNumberOfBytesInHexString(
	string hexInput
)
Visual Basic
Public Shared Function GetNumberOfBytesInHexString ( _
	hexInput As String _
) As Integer
Visual C++
public:
static int GetNumberOfBytesInHexString(
	String^ hexInput
)

Parameters

hexInput
Type: System..::..String
The hexadecimal string.

Return Value

The number of bytes in hex string

Exceptions

ExceptionCondition
System..::..ArgumentNullException

See Also