Convert the specified string representation of a value consisting of hexadecimal (base 16) digits to an equivalent array of 8-bit unsigned integers.
public static byte[] FromHex( string s )
Public Shared Function FromHex ( s As String ) As Byte()
VB6/C equivalent: CNV_BytesFromHexStr