ExtensionsJoin Method |
| Name | Description | |
|---|---|---|
| Join(IEnumerableString, String) |
Concatenates the members of a constructed IEnumerableT collection of type
String, using the specified separator between each member.
| |
| JoinT(IEnumerableT, String) |
Concatenates the members of a collection, using the specified separator between each member.
| |
| Join(Object, String) |
Concatenates the elements of an object array, using the specified separator between each element.
| |
| Join(String, String) |
Concatenates all the elements of a string array, using the specified separator between each element.
|