CsvField class

Contains configuration properties for a field/property that are specific to CSV files

public class CsvField : Field

Public Members

name description
CsvField() The default constructor.
Name { get; set; } Name of this field. If not specified, then the property/field name of the class/struct is used. If a header is written to the CSV file, then this is the value that is used.

See Also