ESLSTR Function
Decodes a hexadecimal string a binary array.
HexToBinary(HexString_SV)
Parameters
HexString_SV
A string containing the hexadecimal representation of the binary data to be encoded.
Returns
An ESL string containing the binary array.
Description
This functions allows the editing of binary data, for example in a Binary Registry Entry or from a binary column in a database, which will be returned as a hexadecimal representation.
See Also
BinaryToHex( ) Function.