Click or drag to resize

AsciiExporter Methods

The AsciiExporter type exposes the following members.

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