Converts a byte array into a BinHex string
public static string BinaryToBinHex(Byte[] data)
Return Value
string or null if input is null
Parameters
data
Raw data to send
See also:
Class StringUtils© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic