Ascii |
public class AsciiDocumentAnalysisOptions : IImmutable, IEquatable<AsciiDocumentAnalysisOptions>
The AsciiDocumentAnalysisOptions type exposes the following members.
| Name | Description | |
|---|---|---|
| AsciiDocumentAnalysisOptions | Initializes a new instance of the AsciiDocumentAnalysisOptions class |
| Name | Description | |
|---|---|---|
| DateTimeFormatsToTest | Gets a set of cultures used to test whether a substring of text represents a date/time value. | |
| NumberFormatsToTest | Gets a set of cultures used to test whether a substring of text represents a number. | |
| NumberOfLinesToAnalyze | Gets or sets the number of lines used to analyze the structure of an ASCII data file. |
| Name | Description | |
|---|---|---|
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetDefaultSystemOptions | Gets options initialized with a default set of system cultures. | |
| GetOptionsForCultures | Creates options that test the provided cultures. | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| InitializeDefaultSystemValues | Initializes an instance of AsciiDocumentAnalysisOptions with the default system values. | |
| InitializeWithCultures | Initializes an instance of AsciiDocumentAnalysisOptions with the given cultures. | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| TestAndAdjustMembersToValidValues | Tests all member variables and adjusts them to valid values. | |
| ToString | Returns a string that represents the current object. (Overrides ObjectToString) |
| Name | Description | |
|---|---|---|
| DefaultNumberOfLinesToAnalyze | Default number of Ascii lines to analyze. | |
| SettingsStoragePath | Gets the settings storage path for persisting instances in application properties. |