Converts a hexadecimal-encoded string 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
CNV_BytesFromHexStr
[Contents] [Index]