blah blah blah is here! blah blah » Close

1
votes
1 answers

How to convert a hex string to a byte array?

Rick_A
761

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#?

Feedback