Click or drag to resize

DataType Enumeration

Types of data

Namespace: CFX.Structures
Assembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntax
public enum DataType
Members
Member nameValueDescription
String0 Text based data
StringList1 A list of text based data
Numeric2 Numeric data (floating point)
Integer3 Numeric data (integer / non-floating point)
Boolean4 True or False data
Enumeration5 A single value selected from a list of possibilities
Binary6 An array of bytes
Guid7 A 128-bit globallyt unique integer based numeric value
See Also