3 out of 3 rated this helpful - Rate this topic

String.Join Method

Concatenates a specified separator String between each element of a specified String array, yielding a single concatenated string.

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 Supported by the XNA Framework Join(String, String[]) Concatenates a specified separator String between each element of a specified String array, yielding a single concatenated string.
Public method Static member Supported by the .NET Compact Framework Supported by the XNA Framework Join(String, String[], Int32, Int32) Concatenates a specified separator String between each element of a specified String array, yielding a single concatenated string. Parameters specify the first array element and number of elements to use.
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.