hexDecode

text hexDecode(text, charset)

Decode a hexadecimal text representation of characters in charset.

Use the to number operator decode a hexadecimal number literal.

Parameters

  1. text — hexadecimal text to decode.
  2. charset — optional charset of character representation, default is UTF-8.

Returns