> 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/hextobin.md).

# HexToBin

Kalipso - Form - Expressions - Functions - Functions Descriptions - Conversion Functions - HexToBin

This Function returns a *\<string>*, which is the result of the conversion of the specified hexadecimal **Value** converted to binary.

### Parameters

* **Value** *\<string> -* Hexadecimal value to convert.

### **Examples**

* *Example 1*

HexToBin("41")\
**Result** = 1000001

* *Example 2*

HexToBin("4B")\
**Result** = 1001011
