CellValueToStringConverter Properties
Default converter used by the DataTableExporter to convert cell values to the String data type.| Name | Description |
|---|---|
| EmptyCellValue | Gets or sets a value used when exporting an empty cell. |
| PreferredCulture | Gets or sets the information used to format culture-specific string data. |
| PreferredNumberFormat | Returns a format string (in the invariant culture) that specifies how to format numbers converted to strings. |
| PreferredNumberFormatLocal | Returns a local format string that specifies how to format numbers converted to strings. |
| SkipErrorValues | Gets or sets whether to skip cells with error values. |
See Also