# 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
