> For the complete documentation index, see [llms.txt](https://doc.sysdevmobile.com/kalipso5/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.sysdevmobile.com/kalipso5/developing/form/expressions/functions/functions-descriptions/conversion-functions/decimaltohex.md).

# 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
