Converts a hexadecimal-encoded string to an equivalent array of 8-bit unsigned integers.
Namespace: CryptoSysAPIAssembly: diCrSysAPINet (in diCrSysAPINet.dll) Version: 6.22.2.24248 (6.22.2.0)
Syntaxpublic static byte[] FromHex(
string s
)
Public Shared Function FromHex (
s As String
) As Byte()
Parameters
- s String
- Hex-encoded data
Return Value
ByteData as array of bytes
See Also