Types of data
Namespace: CFX.StructuresAssembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
SyntaxPublic Enumeration DataType
MembersMember 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