Click or drag to resize

DataType Enumeration

[This is preliminary documentation and is subject to change.]

Types of data

Namespace:  CFX.Structures
Assembly:  CFXnet46 (in CFXnet46.dll) Version: 1.0.5
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