ToCsvTSource(IEnumerableTSource, CsvFromTSource, Char, IReadOnlyCollectionString) | Converts a collection of TSource instances to a CSV String with header row. |
ToCsvTSource(IEnumerableTSource, Int32, CsvFromTSource, Char) | Converts a collection of TSource instances to a CSV String without a header row. |
ToCsvTSource(IEnumerableTSource, CsvMapping, ActionTSource, Object, Char, IReadOnlyCollectionString) | Converts a collection of TSource instances to a CSV String with header row. |
ToCsvTSource(IEnumerableTSource, Int32, CsvMapping, ActionTSource, Object, Char) | Converts a collection of TSource instances to a CSV String without a header row. |