Class CsvOptions
Represents all csv related output serialization options
including formats, encodings, delimiters and performance metrics
Inherited Members
Namespace: Mars.Interfaces.Model.Options
Assembly: Mars.Interfaces.dll
Syntax
public class CsvOptions : AbstractFileOptions
Constructors
CsvOptions()
Declaration
public CsvOptions()
Properties
Delimiter
Gets or sets the delimiter
Declaration
public string Delimiter { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IncludeHeader
Gets or sets the flag whether the header line shall be included
Declaration
public bool IncludeHeader { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |