1
votes
votes
1 answers
How to convert a hex string to a byte array?
I have a hex string that I want to convert into a byte array, how can I do this? I would then want to convert a byte array back to the hex string. Is there built in methods to convert hex to a byte array in c#?
