Click or drag to resize

DataExchangeObject Methods

The DataExchangeObject type exposes the following members.

Methods
  NameDescription
Public methodGetFieldValue
Returns the string value of a field. If the field is not found or its value is null, the empty string is returned.
Public methodPassesFilter
Returns true if the object can pass the provided filter
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
See Also