Writes a list of objects to a string and separates each object with the provided delimiter. The objects in the string must implement the ToString() method.
| Number | Name | Object Type | Description | Optional |
|---|---|---|---|---|
| 1 | List | List<object> | List of objects that implement the ToString() method. | No |
| 2 | Delimiter | System.String | Delimiter to separate objects with. | Yes |
| Number | Name | Object Type | Description |
|---|---|---|---|
| 1 | Max | System.String | The list, written to a single string, with objects separated by the delimiter. |
