CsvRecordExtension Class

Extension methods for the CsvRecord class.

Definition

Namespace: FolkerKinzel.CsvTools
Assembly: FolkerKinzel.CsvTools (in FolkerKinzel.CsvTools.dll) Version: 2.0.1+2345335399184346d9b2cc992ed5c814406052c1
C#
public static class CsvRecordExtension
Inheritance
Object    CsvRecordExtension

Methods

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.
ToDictionary Converts a CsvRecord instance to a Dictionary<string, ReadOnlyMemory<char>>.

See Also