Contents
Display Legacy Contents

 Print
    DecimalToHex  
This Function returns a <string>, which is the result of the conversion of the specified decimal Value converted to hexadecimal.

Parameters

Value <numeric>
  Decimal value to convert.

     
Example 1
  Example 2
DecimalToHex(65)

Result = 41
  DecimalToHex(75)

Result = 4B


See also
Samples
Sample 1
Sample 2
 
Updated: 3/21/2018 4:35 PM