Gets the number of bytes in input hexadecimal string.
Namespace: LLCryptoLib.UtilsAssembly: 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
Exception | Condition |
---|
System..::..ArgumentNullException | |
See Also