StringUtils.BinHexToBinary

Turns a BinHex string that contains raw byte values into a byte array

public static Byte[] BinHexToBinary(string hex)

Parameters

hex
BinHex string (just two byte hex digits strung together)


See also:

Class StringUtils

© West Wind Technologies, 1996-2020 • Updated: 07/15/20
Comment or report problem with topic