Skip to main content
.NET Framework Class Library
String..::.Join Method





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
 NameDescription
Public methodStatic memberJoin(String, IEnumerable<(Of <(String>)>))Concatenates the members of a constructed IEnumerable<(Of <(T>)>) collection of type String, using the specified separator between each member.
Public methodStatic memberJoin<(Of <(T>)>)(String, IEnumerable<(Of <(T>)>))Concatenates the members of a collection, using the specified separator between each member.
Public methodStatic memberJoin(String, array<Object>[]()[])Concatenates the elements of an object array, using the specified separator between each element.
Public methodStatic memberJoin(String, array<String>[]()[])Concatenates all the elements of a string array, using the specified separator between each element.
Public methodStatic memberJoin(String, array<String>[]()[], Int32, Int32)Concatenates the specified elements of a string array, using the specified separator between each element.
Top
Microsoft is conducting an online survey to understand your opinion of the MSDN Web site. If you choose to participate, the online survey will be presented to you when you leave the MSDN Web site.

Would you like to participate?