IValueConverter

Assembly: Cubes;

Description

The IValueConverter interface is used to convert loaded data.

Inheritance Hierarchy

          IValueConverter

Comments

Data is converted by a custom class object that inherits from the IValueConverter interface. The example of converter is given in description of the IValueConverter.Convert property.

The custom class use is given in the example for ITableCreator.Execute.

Properties

  Property name Brief description
DataType The DataType property returns type of data obtained after transformation.

Methods

  Method name Brief description
Convert The Convert method transforms the specified value.
TryConvert The TryConvert method tries to transform data and returns whether transformation is successful.

See also:

Cubes Assembly Interfaces