Skip to main content

Documentation Index

Fetch the complete documentation index at: https://www.integrate.io/docs/llms.txt

Use this file to discover all available pages before exploring further.

Description

Returns a string representation of the integer argument in base 16.

Syntax

ToHexString(int_expression) int_expression - integer (or long) argument

Examples

ToHexString(123123) returns 1e0f3.

Return value datatype

string

Impact of null value

If argument is null, null is returned.
Last modified on April 20, 2026