The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Strings::Join Method
.NET Framework (current version)
Returns a string created by joining a number of substrings contained in an array.
Assembly: Microsoft.VisualBasic (in Microsoft.VisualBasic.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Join(array<Object^>^, String^) | Returns a string created by joining a number of substrings contained in an array. |
![]() ![]() | Join(array<String^>^, String^) | Returns a string created by joining a number of substrings contained in an array. |
Show:

