How can I convert a hex string to a byte array? [duplicate]

Can we convert a hex string to a byte array using a built-in function in C# or do I have to make a custom method for this?

4 Answers
4

Leave a Comment