Turns a BinHex string that contains raw byte values into a byte array
public static Byte[] BinHexToBinary(string hex)
Parameters
hex
BinHex string (011a031f) just two byte hex digits strung together)
See also:
Class Encryption© West Wind Technologies, 1996-2024 • Updated: 06/29/24
Comment or report problem with topic