Formula Engine Reference Guide
 

 

Back to Class Index

 

NUMTOHEX(X)

Description
This function returns a string containing the hexadecimal representation of the integer portion of X.
 
Parameters
X

A numeric value
 
Example
NUMTOHEX(10) = "a"
 
NUMTOHEX(C17) = "f"
where C17 = 15.289374