|
Previous Top Next |
Prototype: | (Long pDecValue),String |
pDecValue | Decimal value to get Hexadecimal value from |
Returns | The hexadecimal value of pDecValue |
This method uses the internal sPrintf function to format the decimal value to a hexadecimal string type with 8 characters.
Example:
D Long
H String(10)
ITU ITUtilityClass
Code
D = 123456
H = ITU.LongToHex(L) ! Returns 3039