Converts a string of hex digits into a byte array.
Name | Description |
---|---|
ToByteArray(string) | Converts a string of hex digits into a byte array. |
ToByteArray(string, byte[], int) | Converts a string of hex digits into bytes into a byte array. |