Click or drag to resize

CsvSerializerT Properties

The CsvSerializerT generic type exposes the following members.

Properties
  NameDescription
Protected propertyColumnNameMappings
Gets the mappings of the column names. The dictionary uses the column index as key and column name as value.
Public propertyDefaultEncoding
Gets or sets the default encoding that will be used when no encoding is specified.
(Inherited from SerializerT.)
Protected propertyEmitHeader
Gets or sets a value indicating whether a header-line must be included when serializing the objects.
Protected propertyIgnoreHeaderOnRead
Gets or sets a value indicating whether the header should be ignored when reading the file.
Protected propertySeparator
Gets or sets the separator-string.
Protected propertyTransformer
Gets or sets the transformer that transforms single objects into a specific format.
(Inherited from SerializerT.)
Top
See Also