Click or drag to resize

DataType Enumeration

Types of data

Namespace: CFX.Structures
Assembly: CFX (in CFX.dll) Version: 2.1.1+880255d2f7380f340f56b243a51d99f2136bdae3
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