strJoin(delimiter,associator,data)¶
Definition¶
String strJoin(String delimiter, String associator, Map data)
Description¶
Concatenates all of the data in the map into a single delimited string, such that each entry is in the format: key followed by associator followed by value. Returns that string.
Parameter Definition¶
Name | Type | Description |
---|---|---|
delimiter | String | The Delimiter |
associator | String | the List to concatenate |
data | Map |