NumToString

Kalipso - Form - Expressions - Functions - Functions Descriptions - Conversion Functions - 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

Last updated