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

© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic