www.icetips.com  Icetips Utilities Documentation 12/16/2011    

Core Class: LongToHex

Previous  Top  Next  


Prototype:  (Long pDecValue),String

 

pDecValueDecimal value to get Hexadecimal value from

 

ReturnsThe 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

 

 

 



Direct link to this page: http://www.icetips.com/manuals/utilities/longtohex_core.htm