Assembly: Cubes;
The IValueConverter interface is used to convert loaded data.
IValueConverter
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.
Property name | Brief description | |
DataType | The DataType property returns type of data obtained after transformation. |
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: