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

# NumToString

This Function returns a *\<string>*, which is the specified **Value** converted to string.

### Parameters

* **Value** *\<numeric> -* Numeric value to be converted to string.

### Examples

* *Example 1*

NumToString(123)\
**Result** = 123

* *Example 2*

NumToString(1 + 2 + 3)\
**Result** = 6
