This topic has not yet been rated - Rate this topic

Strings.Join Method

Returns a string created by joining a number of substrings contained in an array.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  NameDescription
Public method Static member Supported by the .NET Compact Framework Join(Object[], String) Returns a string created by joining a number of substrings contained in an array.
Public method Static member Supported by the .NET Compact Framework Join(String[], String) Returns a string created by joining a number of substrings contained in an array.
Top

For more detailed information, see the Visual Basic topic Join Function (Visual Basic).

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.