Click or drag to resize

ITsDataConverter Methods

The ITsDataConverter type exposes the following members.

Methods
  NameDescription
Public methodConvert

Takes as input an array/ilist of values of some type and returns another array/ilist of some type.

If the input object does not match the converter, it should return the array again.

The input array may be modified in-place

Public methodCode exampleConvertItem

Takes in one item and returns an item that matches the data conversion.

Public methodRevert

Takes as input an array/ilist of values of some type and returns another array/ilist of some type. Should produce the inverse of the Convert(TsItem, Array) call

If the input object does not match the converter, it should return the array again.

The input array may be modified in-place

Top
See Also