HEX_TO_INT()

Prev Next

Description

Returns the numeric representation of the given hexadecimal string

Available In

  • Apps
  • Automations

Syntax

HEX_TO_INT(hex: Text) => Number

Example

HEX_TO_INT('0xAB18') = '43800'