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.