ph_numtohex PowerHome formula function
Description
Returns the hexadecimal representation of an unsigned integer as a string.
Syntax
ph_numtohex ( value )
Argument |
Description |
value
|
The decimal value you wish converted to hexadecimal. Valid values are 0 thru 65535.
|
Return value
String. The hexadecimal representation of value.