IEnumerableExtensionsStringJoin Method |
Name | Description | |
---|---|---|
StringJoin(IEnumerable) |
Creates a string from a sequence of elements. No delimiter is used.
| |
StringJoin(IEnumerable, String) |
Creates a delimited string from a sequence of elements.
| |
StringJoin(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.
|