Join
Joins the values in the given sequence into a single value by concatenating or adding them up.
Syntax
Sequence.Join
ยท [sequence]
Parameters
- sequence
- The sequence to join.
Return Value
A single item sequence containing the concatenated values of the given sequence or the default value if the sequence was empty.