Converts a byte array into a BinHex string. BinHex is two digit hex byte values squished together into a string.
public static string BinaryToBinHex(Byte[] data)
Return Value
BinHex string or null if input is null
Parameters
data
Raw data to send
See also:
Class StringUtils© West Wind Technologies, 1996-2024 • Updated: 06/29/24
Comment or report problem with topic