Encryption.BinaryToBinHex

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