Format Value

Converts a number into a regular string and appends the result to the input string.

1378

Inputs/Outputs

datatype_icon

string

String to which this node appends the converted string.

Default value: Empty string

datatype_icon

format string

Method to convert the value to a string.

Use the format string syntax.
datatype_icon

value

Number you want to convert to a string.

datatype_icon

output string

Result of converting the value to a string and appending this to the input string.

Converting Multiple Values

This node converts a single number each time it executes. The Format Into String node has the same functionality as Format Value but can convert multiple numbers at the same time. Consider using Format Into String instead of this node to simplify your diagram.