Method ParseHexString
ParseHexString(string)
Parses a hex string into its equivalent byte array.
public static byte[] ParseHexString(string s)
Parameters
s
stringThe hex string to parse.
Returns
- byte[]
The byte equivalent of the hex string.
Parses a hex string into its equivalent byte array.
public static byte[] ParseHexString(string s)
s
stringThe hex string to parse.
The byte equivalent of the hex string.