Skip to content

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 NamePin DescriptionPin TypeValue Type
valueThe input value to be converted to a stringInputAny
prettyShould the struct be pretty printed?InputBoolean
stringThe output string representation of the input valueOutputString