# String.Join

Concatenate strings. using the specified separator between each element.

![String.Join](./images/StringJoinCalculator.png)

## Property

<table border="1" class="docutils">
<tbody valign="top">
<tr>
<td>
Separator
</td>
<td>
Separator
</td>
</tr>
<tr>
<td>
Values
</td>
<td>
Concatenated string list
</td>
</tr>
<tr>
<td>
Result
</td>
<td>
Result output
</td>
</tr>
 </tbody>
</table>

