CsvRecordAttribute Properties |
The CsvRecordAttribute type exposes the following members.
Name | Description | |
---|---|---|
![]() | CultureName | Gets or sets the name of the culture that must be used to parse the field values. |
![]() | IgnoreHeaderOnRead | Gets or sets a value indicating whether the first line in the file must be ignored when deserializing the object. |
![]() | Separator | Gets the separator string. Defaults to ",". |
![]() | WriteHeader | Gets or sets a value indicating whether the header must be included in the file when serializing the object. |