Convert Integer to String

This object will convert an integer to a string, allowing it to be used in format string and other objects that require a string input.

Privileges

Normal

Input Parameters

Name Type Required Description
Numeric Value Number Yes This is the number value that will be converted to a string.

This can be a positive number, negative number, and have a decimal point or not.

Output Parameters

Name Type Description
String Output Value String This is the output string for the object. It converts the number into a string and outputs it exactly as is, but in a string format.
Result Number Returns a success value of zero or any value other than zero to indicate failure.
Result String String Object execution error details.

Example Input Parameters

Name Type Required Example
Numeric Value Number Yes 123.456