ConversionResult Enum
List possible conversion results.
Namespace: DevExpress.Spreadsheet.Export
Assembly: DevExpress.Spreadsheet.v19.1.Core.dll
Declaration
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. |
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.
Related GitHub Examples
The following code snippets (auto-collected from DevExpress Examples) contain references to the ConversionResult enum.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.