Ascii |
public class AsciiGlobalStructureAnalysis
The AsciiGlobalStructureAnalysis type exposes the following members.
Name | Description | |
---|---|---|
AsciiGlobalStructureAnalysis | Constructor for the analysis. You must provide the first few lines of a ascii file (say 30) in order to have a good analysis. |
Name | Description | |
---|---|---|
ContainsCommas | True if any of the lines contains a comma char. | |
ContainsSemicolons | True if any of the lines contains a semicolon char. | |
ContainsTabs | True if any of the lines contains a tabulator char. | |
FixedBoundaries | If a fixed column width structure was recognized, this element contains the tabbed start positions of the columns, assuming a tab size of _recognizedTabSize. | |
RecognizedTabSize |
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) | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetStringWordBounds | Gets the string position for the start and end of all words in a line. | |
GetTabbedWordBounds | Gets the tabbed position for the start and end of all words in a line, assuming a certain tab width. | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
TestForCommas | Tests if any of the lines contains a comma char. | |
TestForRepeatingWhiteSpaces | Tests if any of the lines contains at least two subsequent whitespaces. | |
TestForSemicolons | Tests if any of the lines contains a semicolon char. | |
TestForSpaces | Tests if any of the lines contains a space char. | |
TestForTabs | Tests if any of the lines contains a tabulator char. | |
ToString | Returns a string that represents the current object. (Inherited from Object) |