CsvRecordExtensionFillWith Method

Overload List

FillWith(CsvRecord, IEnumerableString, Boolean) Fills record with the items of a String collection.
FillWith(CsvRecord, ReadOnlySpanReadOnlyMemoryChar, Boolean) Fills record with the items of a read-only span of ReadOnlyMemory<Char> values.
FillWith(CsvRecord, ReadOnlySpanString, Boolean) Fills record with the items of a read-only span of Strings.
FillWith(CsvRecord, String, Boolean) Fills record with the content of a String array.
FillWith(CsvRecord, IEnumerableObject, IFormatProvider, String, Boolean) Fills record with the items of an IEnumerable.

See Also