Ascii |
The AsciiExportOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | Culture | |
![]() | DateTimeFormat | If this string is not empty, it is a C# format string to convert date/times. |
![]() | ExportDataColumnNames | If true, the first line of the exported Ascii file will contain the data column names, separated by the SeparatorChar. |
![]() | ExportPropertiesWithName | If true, the property items will be exported with name. In order to do that, each property item will be headed by "PropColName=". SeparatorChar and Newlines will be removed both from the items text and from the PropertyColumnNames. |
![]() | ExportPropertyColumns | If true, the property columns will be exported. |
![]() | SeparatorAndSubstituteChar | Gets the separator and substitute character. |
![]() | SeparatorChar | The separator char. |
![]() | SubstituteForSeparatorChar | Substitute for separator char. Should the separator char be present in header or items, it is replaced by this char. |