---
title: "HEX_TO_INT()"
slug: "hex-to-int"
updated: 2025-10-14T16:28:26Z
published: 2025-11-19T15:55:50Z
canonical: "support.tulip.co/hex-to-int"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://support.tulip.co/llms.txt
> Use this file to discover all available pages before exploring further.

# HEX_TO_INT()

## 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'
