JoinT(IEnumerableT, Char) | Concatenates the items of the source collection into a new string instance using the specified separator between the items. |
JoinT(IEnumerableT, String) | Concatenates the items of the source collection into a new string instance using the specified separator between the items. |