Skip to content

ConvertToString

cpgames edited this page Jul 14, 2022 · 1 revision

image

Converts Source object to string. If Source is a list, Result will be comma-delimited. If Source is a partition, Result is its rasterized data.


Input Ports:

Start - execution entry.
Source (type: object) - object to convert to string.


Output Ports:

Done - execution exit.
Result (type: string) - object's string representation.

Clone this wiki locally