Click or drag to resize

AsciiImporterToArrays Methods

The AsciiImporterToArrays type exposes the following members.

Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
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 methodFindUniqueColumnName Get a unique column name based on a provided string.
Protected methodFindUniqueColumnNameWithBase 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.
Protected methodFindUniqueColumnNameWithoutBase Get a unique column name based on regular naming from A to ZZ.
Public methodStatic memberGetAsciiInputFileStream Helper function. Gets an FileStream by providing a file name. The stream is opened with read access and with the FileShare.Read flag.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodStatic memberGetNextColumnName Calculates a new column name dependend on the last name. You have to check whether the returned name is already in use by yourself.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodImportFromAsciiFile(String) Imports from an ASCII file into an existing table.
Public methodImportFromAsciiFile(String, AsciiImportOptions) Imports from an ASCII file into an existing table. The import options have to be known already.
Public methodImportFromAsciiFile(String, AsciiImportOptions) Imports from an ASCII file into an existing table.
Public methodImportFromAsciiStream(Stream, String) Imports Ascii data from a stream into the data table.
Public methodImportFromAsciiStream(Stream, String, AsciiImportOptions) Imports an Ascii stream into a table. The import options have to be known already.
Public methodImportFromAsciiStream(Stream, String, AsciiImportOptions) Imports Ascii data from a stream into the data table.
Public methodImportFromAsciiText(String) Imports from an ASCII text provided as string into an existing table.
Public methodImportFromAsciiText(String, AsciiImportOptions) Imports from an ASCII text provided as string into an existing table. The import options have to be known already.
Public methodImportFromAsciiText(String, AsciiImportOptions) Imports from an ASCII text provided as string into an existing table.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also