DataType Enumeration |
[This is preliminary documentation and is subject to change.]
Namespace: CFX.Structures
| Member name | Value | Description | |
|---|---|---|---|
| String | 0 | Text based data | |
| StringList | 1 | A list of text based data | |
| Numeric | 2 | Numeric data (floating point) | |
| Integer | 3 | Numeric data (integer / non-floating point) | |
| Boolean | 4 | True or False data | |
| Enumeration | 5 | A single value selected from a list of possibilities | |
| Binary | 6 | An array of bytes | |
| Guid | 7 | A 128-bit globallyt unique integer based numeric value |