CellValueToStringConverter Members
Default converter used by the DataTableExporter to convert cell values to the String data type.Constructors
| Name | Description |
|---|---|
| CellValueToStringConverter() | Initializes a new instance of the CellValueToStringConverter class with the default settings. |
Properties
| 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. |
Methods
| Name | Description |
|---|---|
| Convert(Cell, CellValue, Type, out Object) | Converts a worksheet cell value to a string. |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| SetPreferredNumberFormat(IWorkbook, String) | Specifies a number format (in the invariant culture) used for string representation of numeric values. |
| SetPreferredNumberFormatLocal(IWorkbook, String) | Specifies a local number format used for string representation of numeric values. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also