Click or drag to resize

AsciiExportOptions Class

Options for exporting ASCII files.
Inheritance Hierarchy
SystemObject
  Altaxo.Serialization.AsciiAsciiExportOptions

Namespace: Altaxo.Serialization.Ascii
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public class AsciiExportOptions : IEquatable<AsciiExportOptions>

The AsciiExportOptions type exposes the following members.

Constructors
 NameDescription
Public methodAsciiExportOptions Creates default options: the separator character is tab, the substitute character is space, and the culture is the GUI culture.
Top
Properties
 NameDescription
Public propertyCulture Gets the culture used for formatting numbers and date/time values during export.
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
Methods
 NameDescription
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodWithSeparator Sets the separator character and chooses the substitute character automatically.
Top
Fields
 NameDescription
Public fieldStatic memberPropertyKeyAsciiExportOptions Gets the property key used to store AsciiExportOptions per table.
Top
See Also