Table of Contents

Struct CsvIgnored

Namespace
FlameCsv.Binding
Assembly
FlameCsv.Core.dll

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

T
TResult

Remarks

This converter will always return true without writing or reading anything.