This Function returns a <string>, which is the specified Value converted to string.
Parameters
Value <numeric> |
|
Numeric value to be converted to string. |
|
|
Example 1
|
|
Example 2 |
NumToString(123)
Result = 123 |
|
NumToString(1 + 2 + 3)
Result = 6 |
Updated: 3/21/2018 4:26 PM |