Click or drag to resize

CnvFromHex Method

Converts a hexadecimal-encoded string to an equivalent array of 8-bit unsigned integers.

Namespace: CryptoSysAPI
Assembly: diCrSysAPINet (in diCrSysAPINet.dll) Version: 6.22.2.24248 (6.22.2.0)
Syntax
public static byte[] FromHex(
	string s
)

Parameters

s  String
Hex-encoded data

Return Value

Byte
Data as array of bytes
See Also