StringUtils.BinaryToBinHex

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