Skip to content

Overload_CodeJam_Strings_StringExtensions_Join

Andrew Koryavchenko edited this page Jul 4, 2017 · 3 revisions

StringExtensions.Join Method

Overload List

 

Name Description
Public methodStatic member Join(T)(IEnumerable(T)) Concatenates the members of a collection.
Public methodStatic member Join(IEnumerable(String), String) Concatenates the members of a constructed IEnumerable(T) collection of type String, using the specified separator between each member.
Public methodStatic member Join(T)(IEnumerable(T), String) Concatenates the members of a collection, using the specified separator between each member.
Public methodStatic member Join(String[], String) Concatenates all the elements of a string array, using the specified separator between each element.
  Back to Top

See Also

Reference

StringExtensions Class
CodeJam.Strings Namespace

Clone this wiki locally