Skip to main content
A newer version of this page is available. .

ConversionResult Enum

List possible conversion results.

Namespace: DevExpress.Spreadsheet.Export

Assembly: DevExpress.Spreadsheet.v18.2.Core.dll

Declaration

public enum ConversionResult

Members

Name Description
Success

Conversion is successful.

Overflow

An attempt to convert a value results in an Overflow Exception.

Error

An attempt to convert a value is unsuccessful.

Related API Members

The following properties accept/return ConversionResult values:

Remarks

The ConversionResult enumeration member is returned by a ICellValueToColumnTypeConverter.Convert method. If the method does not return the ConversionResult.Success value, the DataTableExporter.CellValueConversionError event fires.

See Also