Ascii |
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). |