Click or drag to resize

AsciiExportOptions Properties

The AsciiExportOptions type exposes the following members.

Properties
 NameDescription
Public propertyCulture 
Public propertyDateTimeFormat If this string is not empty, it is a C# format string to convert date/times.
Public propertyExportDataColumnNames If true, the first line of the exported Ascii file will contain the data column names, separated by the SeparatorChar.
Public propertyExportPropertiesWithName 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.
Public propertyExportPropertyColumns If true, the property columns will be exported.
Public propertySeparatorAndSubstituteChar Gets the separator and substitute character.
Public propertySeparatorChar The separator char.
Public propertySubstituteForSeparatorChar Substitute for separator char. Should the separator char be present in header or items, it is replaced by this char.
Top
See Also