Name

Join Function — Microsoft.VisualBasic.Strings

Synopsis

result = Join(sourcearray, [delimiter])
sourcearray required; String or Object array

Array whose elements are to be concatenated

delimiter optional; String

Character used to delimit the individual values in the string

Return Value

String

Description

Concatenates an array of values into a delimited string using a specified delimiter, or, if no delimiter is specified, a space.

Get VB.NET Language Pocket Reference now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.