Click or drag to resize

CsvRecordAttribute Properties

The CsvRecordAttribute type exposes the following members.

Properties
  NameDescription
Public propertyCultureName
Gets or sets the name of the culture that must be used to parse the field values.
Public propertyIgnoreHeaderOnRead
Gets or sets a value indicating whether the first line in the file must be ignored when deserializing the object.
Public propertySeparator
Gets the separator string. Defaults to ",".
Public propertyWriteHeader
Gets or sets a value indicating whether the header must be included in the file when serializing the object.
Top
See Also