Function Name |
Hex Decode | ||
Category |
String | ||
Icon |
|||
Description |
Decodes a Hex encoded string into its binary form | ||
Inputs |
|
||
Outputs |
|
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.