Skip to content

StringFormat

cpgames edited this page Jul 14, 2022 · 1 revision

image

Formats a string with provided arguments. See String.Format Method.

Clicking '+'/'-' will add/remove argument ports.


Input Ports:

Start - execution entry.
Format (type: string) - composite format string.
Arg0-ArgN (type: object) - object collection.


Output Ports:

Done - execution exit.
Result (type: string) - A copy of Format in which the format items have been replaced by the string representation of the corresponding objects in args.

Clone this wiki locally