strJoin(delimiter,data)¶
Definition¶
String strJoin(String delimiter, Collection data)
Description¶
Concatenates all of the data in the list into a single delimited string, returns that string.
Parameter Definition¶
Name | Type | Description |
---|---|---|
delimiter | String | The Delimiter |
data | Collection | the List to concatenate |