Click or drag to resize

AsciiExporter Class

AsciiExporter provides some static methods to export tables or columns to ascii files
Inheritance Hierarchy
SystemObject
  Altaxo.Serialization.AsciiAsciiExporter

Namespace: Altaxo.Serialization.Ascii
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public class AsciiExporter

The AsciiExporter type exposes the following members.

Constructors
 NameDescription
Public methodAsciiExporterInitializes a new instance of the AsciiExporter class
Public methodAsciiExporter(AsciiExportOptions)Initializes a new instance of the AsciiExporter class
Top
Methods
 NameDescription
Public methodConvertToSaveString Converts a given string to a string which will not contain the separator char nor contains newlines.
Public methodDataItemToString Converts a data item to a string.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodExportAscii(Stream, DataTable) Exports a table to Ascii using a stream. The stream is not closed at the end of this function.
Public methodStatic memberExportAscii(Stream, DataTable, AsciiExportOptions) Exports a table to Ascii using a stream. The stream is not closed at the end of this function.
Public methodStatic memberExportAscii(Stream, DataTable, Char) Exports a table to Ascii using a stream. The stream is not closed at the end of this function.
Public methodStatic memberExportAscii(String, DataTable, AsciiExportOptions) Exports a table into an Ascii file.
Public methodStatic memberExportAscii(String, DataTable, Char) Exports a table into an Ascii file.
Protected methodExportDataColumnNames Exports the data column names of a table into a single line of ascii.
Protected methodExportDataColumns Exports the data columns into Ascii. Each data row is exported into one row (line).
Protected methodExportPropertyColumns Exports the property columns into Ascii. Each property column is exported into one row (line).
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 methodGetConverter 
Public methodGetDefaultConverter Returns the default converter for a given column type.
Public methodGetHashCodeServes as the default hash function.
(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 methodSetConverter Sets the converter for the items of a specific column type.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also