Click or drag to resize
IEnumerableExtensionsStringJoin Method
Overload List
  NameDescription
Public methodStatic memberStringJoin(IEnumerable)
Creates a string from a sequence of elements. No delimiter is used.
Public methodStatic memberStringJoin(IEnumerable, String)
Creates a delimited string from a sequence of elements.
Public methodStatic memberStringJoin(IEnumerable, String, Int32, String)
Creates a delimited string from a sequence of elements. At most maxLength elements will be used and "..." shows that more elements were in the list.
Top
See Also