HEX_TO_INT()

Prev Next
This content is currently unavailable in Русский. You are viewing the default (English) version.

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'