Converts the specified string representation of bytes into a byte array.
public static byte[] ToBytes(string value)
parameter | description |
---|---|
value | The byte values; these must be hexadecimal numbers with no padding or separators. |
A byte array containing the bytes represented in the string.