Navigation: Contents   Index   Previous   Next

IntToHex(value:integer;digits:integer):string

IntToHex converts a number into a string containing the number's hexadecimal (base 16) representation. Value is the number to convert. Digits indicates the minimum number of hexadecimal digits to return.

a=IntToHex(12,4)

Navigation: Contents   Index   Previous   Next



Copyright © 1998 - 2012 Paessler AG