CsvColumnAttribute Properties |
The CsvColumnAttribute type exposes the following members.
| Name | Description | |
|---|---|---|
| CultureName | Gets or sets the name of the culture that must be used to parse the field value. If this property is set, it overrides any
culture-settings that may have been set in the CsvRecord-attribute. | |
| FieldIndex | Gets the index of the field in the CSV file. | |
| FormatString | Gets or sets the format string that is to be used when parsing the column value. De following format strings are supported:
| |
| NullString | Gets or sets the string that is used to identify a null-value. During serialization, this value is used when the property to which
this attribute is applied equals . During deserialization, if the serialized value equals this null-string,
or the default value is used. |