User Tools

Site Tools


syntax:functions:hexdecode

This is an old revision of the document!


HexDecode(encoding, hex_text)

Converts the provided hex string into a text value. The text is assumed to have the specified encoding.

Encoding Notes
base64
base64url Base64 in URL encoding
utf-8
utf-16

Example

Expression Result
hexdecode('base64url', '56616c68616c6c61') VmFsaGFsbGE=
hexdecode('utf-8', '56616c68616c6c61') Valhalla

Both arguments are case-insensitive.

See also

syntax/functions/hexdecode.1606345515.txt.gz · Last modified: 2020/11/25 18:05 by dmitry

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki