Encryption.BinHexToBinary

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-2020 • Updated: 07/15/20
Comment or report problem with topic