Format Value
- Updated2023-02-17
- 2 minute(s) read
Format Value
Converts a number into a regular string and appends the result to the input string.

Inputs/Outputs

string
String to which this node appends the converted string.
Default value: Empty string

format string
Method to convert the value to a string.
Use the format string syntax.

value
Number you want to convert to a string.

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.