Utils_LinqGetString Method |
Name | Description | |
---|---|---|
GetString(IEnumerableString, String) |
Joins all strings of the list using a separator.
| |
GetStringT(IEnumerableT, String) |
Creates a string with all values in the List, separated by a string.
Uses ToString to convert objects. | |
GetStringT(IEnumerableT, String, FuncT, String) |
Creates a string with all values (converted using a function) in the List, separated by a string.
|