binfromhex()

Function group Execute on client Platform(s)
Binary Field NO All

Syntax

binfromhex(string)

Description

Returns a binary field value generated from the specified character string, typically generated using bintohex().

The character string encodes a hexadecimal value in ASCII. The string must not contain a leading 0x or 0X.

Example

Calculate lBinary as  binfromhex(lString)