Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

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.

Examples

Column1

HEX2DEC returns

2c

44

4b

75

5f

95

37

55

  • No labels