Type identifiers for value types in STDF.
Namespace: Spotfire.Dxp.Data.Formats.Stdf
Assembly: Spotfire.Dxp.Data.Formats.Stdf (in Spotfire.Dxp.Data.Formats.Stdf.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax
C#
public enum StdfValueTypeId
Members
| Member name | Value | Description | |
|---|---|---|---|
| UnknownType | 0 | An unknown value type. | |
| BoolType | 1 | The Boolean value type. | |
| IntType | 2 | The Integer value type. | |
| LongType | 3 | The Long integer value type. | |
| FloatType | 4 | The Float value type. | |
| DoubleType | 5 | The Double value type. | |
| DateTimeType | 6 | The DateTime value type. | |
| DateType | 7 | The Date value type. | |
| TimeType | 8 | The Time value type. | |
| TimeSpanType | 9 | The TimeSpan value type. | |
| StringType | 10 | The String value type. | |
| BinaryType | 12 | The Binary value type. | |
| DecimalType | 13 | The Decimal value type. |
Version Information
See Also