To String Node
Purpose of the Node
This node converts any input value to its string representation. It takes an input value and an optional “pretty” flag to determine whether the struct should be pretty-printed.
Pins
The To String node has the following pins:
Pin Name | Pin Description | Pin Type | Value Type |
---|---|---|---|
value | The input value to be converted to a string | Input | Any |
pretty | Should the struct be pretty printed? | Input | Boolean |
string | The output string representation of the input value | Output | String |