|
Action |
Returns the hexadecimal representation of a decimal value.
|
Syntax |
DECTOHEX (Decimal value)
|
Parameter |
Decimal value
The value you want to have the hexadecimal representation of.
|
Returns |
A string representing the hexadecimal value of the input value.
|
Example |
$Result = DecToHex(123)