Convert hex string to ascii, now possible

The pipeline function base16_decode(value, [omit_padding]) : String will do what you need.

Unfortunately it is useful only for decoding text. It cannot be used for converting numbers to decimal.