Ascii |
public class AsciiColumnInfo : IEquatable<AsciiColumnInfo>
The AsciiColumnInfo type exposes the following members.
Name | Description | |
---|---|---|
ColumnType | Gets the type of the column. | |
ColumnTypeToColumnInfo | Gets a dictionary that associates each value of AsciiColumnType with the appropriate instance of AsciiColumnInfo. | |
DateTime | Column that contains a date/time value. | |
DBNull | Column that can contain an element or not. | |
FloatWithDecimalSeparator | Column that contains a floating-point number with a decimal separator. | |
FloatWithoutDecimalSeparator | Column that contains a floating-point number without a decimal separator. | |
GeneralNumber | Column that contains a general number. | |
Integer | Column that contains an integer number. | |
ScoreValue | Gets the score value of this type of column. | |
ShortCut | Gets the short cut for this type of column. | |
ShortCutToColumnInfo | ||
Text | Column that contains text (that can not be parsed to a number or a date/time). |
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) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |