Struct CsvIgnored
Sentinel type for ignored field when reading/writing CSV. This is used internally to ignore specific fields during reading or writing.
public readonly struct CsvIgnored
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
TTResult
Remarks
This converter will always return true without writing or reading anything.