Ascii |
The AsciiImporterToArrays type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| FindUniqueColumnName | Get a unique column name based on a provided string. | |
| FindUniqueColumnNameWithBase | Get a unique column name based on a provided string. If a column with the name of the provided string already exists, a new name is created by appending a dot and then A-ZZ. | |
| FindUniqueColumnNameWithoutBase | Get a unique column name based on regular naming from A to ZZ. | |
| GetAsciiInputFileStream | Helper function. Gets an FileStream by providing a file name. The stream is opened with read access and with the FileShare.Read flag. | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetNextColumnName | Calculates a new column name dependend on the last name. You have to check whether the returned name is already in use by yourself. | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| ImportFromAsciiFile(String) | Imports from an ASCII file into an existing table. | |
| ImportFromAsciiFile(String, AsciiImportOptions) | Imports from an ASCII file into an existing table. The import options have to be known already. | |
| ImportFromAsciiFile(String, AsciiImportOptions) | Imports from an ASCII file into an existing table. | |
| ImportFromAsciiStream(Stream, String) | Imports Ascii data from a stream into the data table. | |
| ImportFromAsciiStream(Stream, String, AsciiImportOptions) | Imports an Ascii stream into a table. The import options have to be known already. | |
| ImportFromAsciiStream(Stream, String, AsciiImportOptions) | Imports Ascii data from a stream into the data table. | |
| ImportFromAsciiText(String) | Imports from an ASCII text provided as string into an existing table. | |
| ImportFromAsciiText(String, AsciiImportOptions) | Imports from an ASCII text provided as string into an existing table. The import options have to be known already. | |
| ImportFromAsciiText(String, AsciiImportOptions) | Imports from an ASCII text provided as string into an existing table. | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |