Concatenates the elements of a specified array or the members of a collection, using the specified separator between each element or member.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Top
| Name | Description | |
|---|---|---|
![]() ![]() | Join(String, IEnumerable | Concatenates the members of a constructed IEnumerable |
![]() ![]() | Join | Concatenates the members of a collection, using the specified separator between each member. |
![]() ![]() | Join(String, | Concatenates the elements of an object array, using the specified separator between each element. |
![]() ![]() | Join(String, | Concatenates all the elements of a string array, using the specified separator between each element. |
![]() ![]() | Join(String, | Concatenates the specified elements of a string array, using the specified separator between each element. |
.gif)
.gif)