CsvFieldConfiguration.FormatterType method

Optional class which is used to control custom serialization/deserialization of this field. This class must implement the ITextFormatter interface.

public CsvFieldConfiguration FormatterType(Type formatter)

See Also