Click or drag to resize

AsciiExportOptions Class

Options for export of ASCII files
Inheritance Hierarchy
SystemObject
  Altaxo.Serialization.AsciiAsciiExportOptions

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

The AsciiExportOptions type exposes the following members.

Constructors
 NameDescription
Public methodAsciiExportOptions Creates default options: Separator char is Tab, Substitute char is Space, FormatProvider is the CurrentCulture.
Top
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
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 char and chooses the substitute char automatically.
Top
Fields
See Also