Opposite Method to BitConverter.ToString?

Posted by cam on Stack Overflow See other posts from Stack Overflow or by cam
Published on 2010-03-27T23:05:55Z Indexed on 2010/03/27 23:13 UTC
Read the original article Hit count: 281

Filed under:
|

The BitConverter.ToString gives a hexadecimal in the format 'XX-XX-XX-XX'

Is there an opposite method to this so that I can obtain the original byte array from a string as given in this format?

© Stack Overflow or respective owner

Related posts about c#

Related posts about hexadecimal