See also
Class StringUtils
West Wind Toolkit for .NET
StringUtils.BinHexToString
Turns a BinHex string that contains raw byte values into a byte array
public static Byte[] BinHexToString(string hex);
Parameters
hex
BinHex string (just two byte hex digits strung together)
See also:
Class StringUtils