Liquid Studio Documentation
Data Mapping / Data Mapper Functions / By Category / String / Hex Decode
In This Topic
    Hex Decode
    In This Topic

    Function Name
    Hex Decode
    Category
    String
    Icon
    Left
    Description
    Decodes a Hex encoded string into its binary form
    Inputs
    String The Hex string to be decoded
    Outputs
    Data The binary data that represents the Hex encoded string.

    Usage

    Used to decode a hex encoded string into its binary form.

    Hex encoded refers to a hexadecimal representation of binary data i.e. 36A102FE, the string may only contain the characters 0-9, a-f, A-F.

    If the string contains invalid characters or has an odd number of characters then an error will be raised.

    Typically used in conjunction with Text Decode or Base64 Encode

    This is a scalar function so the standard rules apply if multiple values are presented to one or more inputs.

    See Also