Ascii |
The AsciiExporter type exposes the following members.
Name | Description | |
---|---|---|
ConvertToSaveString | Converts a given string to a string which will not contain the separator char nor contains newlines. | |
DataItemToString | Converts a data item to a string. | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
ExportAscii(Stream, DataTable) | Exports a table to Ascii using a stream. The stream is not closed at the end of this function. | |
ExportAscii(Stream, DataTable, AsciiExportOptions) | Exports a table to Ascii using a stream. The stream is not closed at the end of this function. | |
ExportAscii(Stream, DataTable, Char) | Exports a table to Ascii using a stream. The stream is not closed at the end of this function. | |
ExportAscii(String, DataTable, AsciiExportOptions) | Exports a table into an Ascii file. | |
ExportAscii(String, DataTable, Char) | Exports a table into an Ascii file. | |
ExportDataColumnNames | Exports the data column names of a table into a single line of ascii. | |
ExportDataColumns | Exports the data columns into Ascii. Each data row is exported into one row (line). | |
ExportPropertyColumns | Exports the property columns into Ascii. Each property column is exported into one row (line). | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
GetConverter | ||
GetDefaultConverter | Returns the default converter for a given column type. | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
SetConverter | Sets the converter for the items of a specific column type. | |
ToString | Returns a string that represents the current object. (Inherited from Object) |