Struct CsvIgnored
Sentinel type for ignored column when reading/writing CSV.
public readonly struct CsvIgnored
Remarks
For example, when reading/writing tuples or value-tuples, you can use this type in one position to ignore the field in that index when reading, or always write an empty value when writing.
Methods
Converter<T, TResult>()
Returns a no-op converter instance of T
.
public static CsvConverter<T, TResult> Converter<T, TResult>() where T : unmanaged, IBinaryInteger<T>
Returns
- CsvConverter<T, TResult>
Type Parameters
T
TResult
Remarks
This converter will always return true without writing or reading anything.