Types of data
Namespace: CFX.StructuresAssembly: CFX (in CFX.dll) Version: 2.1.1+880255d2f7380f340f56b243a51d99f2136bdae3
SyntaxPublic Enumeration DataType
Members| 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
|
See Also