ESLSTR Function
Converts a binary array into to hexadecimal string.
BinaryToHex(BinaryString_SV)
Parameters
BinaryString_SV
A string containing the binary data array to be encoded.
Returns
An ESL string containing the hex encoded representation of the binary array.
Description
This functions allows the display of binary registry entries, which have been stored within a ESL string, by converting the binary array into a hexadecimal representation.
See Also
HexToBinary( ) Function.