Share via


EnumerableExtensions.JoinStrings<TItem> Method

Overload List

  Name Description
Ff661918.pubmethod(en-us,PandP.20).gifFf661918.static(en-us,PandP.20).gif JoinStrings<TItem>(IEnumerable<TItem>, String)
Create a single string from a sequenc of items, separated by the provided separator, and with the conversion to string done by the item's ToString() method.
Ff661918.pubmethod(en-us,PandP.20).gifFf661918.static(en-us,PandP.20).gif JoinStrings<TItem>(IEnumerable<TItem>, String, Func<TItem, String>)
Create a single string from a sequenc of items, separated by the provided separator, and with the conversion to string done by the given converter.

See Also

EnumerableExtensions Class

EnumerableExtensions Members

Microsoft.Practices.ObjectBuilder2 Namespace