Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Syntax

HEX2DEC(<string>)

Description

Hexadecimal numbers are base 16 and are represented by the numbers 0-9 and the letters a-f. HEX2DEC converts a hexadecimal number given as string to an integer.

...