Ascii |
public class AsciiLineAnalysis
The AsciiLineAnalysis type exposes the following members.
| Name | Description | |
|---|---|---|
| AsciiLineAnalysis | Performs the analysis of a line with regard to different separation stragegies. |
| 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) | |
| GetStructure | Analyse the provided line of text with regard to one separation stragegy and returns the resulting structure. | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| IsDateTime | Tests wether or not the string s is a date/time string. | |
| IsFloat | Tests if the string s is an numeric value with Float. | |
| IsIntegral | Tests if the string s is an integral numeric value. | |
| IsNumeric | Tests if the string s is numeric. This is a very generic test here. We accept dots and commas as decimal separators, because the decimal separator statistics is made afterwards. | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |