Returns the hexadecimal string representation of a number.
Syntax
toHexString( number )
number.toHexString( )
Parameters
number
|
the number to convert.
|
Returns
string
|
the hexadeciaml string representation of the specified number.
|
Example
s = toHexValue( 10 )
|