WriteSettings
Namespace: Angara.Data.DelimitedFile
Record Fields
Record Field | Description |
AllowNullStrings
Signature: bool
|
If true, writes null strings as an empty string and an empty string as double quotes (""),
so that these cases could be distinguished; otherwise, if false, throws an exception if null is
in a string data array.
|
Delimiter
Signature: Delimiter
|
Determines which character will delimit columns.
|
SaveHeader
Signature: bool
|
If true, the first line will contain names corresponding to the columns of the table.
Otherwise, if false, the first line is a data line.
|
Static members
Static member | Description |
Default
Signature: WriteSettings
|
Uses comma as delimiter, saves a header, and disallows null strings.
CompiledName: get_Default
|