Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ConversionResult Enum

List possible conversion results.

Namespace: DevExpress.Spreadsheet.Export

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

NuGet Package: DevExpress.Spreadsheet.Core

#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