TO_BYTES_HEX_UDF

Definition

Converts the input numerical value in base 10 to its hexadecimal equivalent.

TO_BYTES_HEX_UDF(INPUT FLOAT)

Parameters

INPUT FLOAT

The numerical value to be converted to hexadecimal.

Returns

A string which is the hexadecimal equivalence.

Usage example

Input:

Output:

Last updated