Converts a byte array into a BinHex string. Example: 01552233 where the numbers are packed byte values.
public static string BinaryToBinHex(Byte[] data)
Return Value
string or null if input is null
Parameters
data
Raw data to send
See also:
Class Encryption© West Wind Technologies, 1996-2024 • Updated: 06/29/24
Comment or report problem with topic