Skip to main content

Convert to String

Converts any value to its string form.

Objects and arrays are serialised rather than rendered as [object Object], which makes this a quick way to inspect a value or put one in a text node while debugging.

Inputs

Actions

SignalDescription
DoPerforms the conversion.

General

DataDescription
Data ()*The value to convert.

Outputs

Events

SignalDescription
DoneSent when the node has finished, on success and on failure alike.

Result

DataDescription
Result (string)The string form.