Click or drag to resize

AsciiColumnInfo Properties

The AsciiColumnInfo type exposes the following members.

Properties
 NameDescription
Public propertyColumnType Gets the type of the column.
Public propertyStatic memberColumnTypeToColumnInfo Gets a dictionary that associates each value of AsciiColumnType with the appropriate instance of AsciiColumnInfo.
Public propertyStatic memberDateTimeColumn that contains a date/time value.
Public propertyStatic memberDBNullColumn that can contain an element or not.
Public propertyStatic memberFloatWithDecimalSeparatorColumn that contains a floating-point number with a decimal separator.
Public propertyStatic memberFloatWithoutDecimalSeparatorColumn that contains a floating-point number without a decimal separator.
Public propertyStatic memberGeneralNumberColumn that contains a general number.
Public propertyStatic memberIntegerColumn that contains an integer number.
Public propertyScoreValue Gets the score value of this type of column.
Public propertyShortCut Gets the short cut for this type of column.
Public propertyStatic memberShortCutToColumnInfo 
Public propertyStatic memberTextColumn that contains text (that can not be parsed to a number or a date/time).
Top
See Also