DecimalToHex
Kalipso - Form - Expressions - Functions - Functions Descriptions - Conversion Functions - 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. 
Examples
- Example 1 
DecimalToHex(65) Result = 41
- Example 2 
DecimalToHex(75) Result = 4B
Last updated
