DecToHex( )
| Action: | Returns
the hexadecimal representation of a decimal value. |
| Syntax: | DECTOHEX
(Decimal value) |
| Parameters: |
Decimal
value
|
| Returns: |
A
string representing the hexadecimal value of the input value. |
| Example: |
$Result
= DexToHex(123) |