Has convert using capabilities.
- Namespace
- CsvHelper
.Configuration - Interfaces
- Implementing Types
graph BT
Type-.->Interface0["IBuildableClass<TClass>"]
Type["IHasConvertUsing<TClass, TMember>"]
class Type type-node
Implementing0["IHasMapOptions<TClass, TMember>"]-.->Type
click Implementing0 "/CsvHelper/api/CsvHelper.Configuration/IHasMapOptions_2"
Syntax
public interface IHasConvertUsing<TClass, TMember> : IBuildableClass<TClass>
Type Parameters
| Name | Description |
|---|---|
| TClass | The class type. |
| TMember | The member type. |
Methods
| Name | Return Value | Summary |
|---|---|---|
| ConvertUsing |
IHasMap |
Specifies an expression to be used to convert data in the
row to the member.
|
| ConvertUsing |
IHasMap |
Specifies an expression to be used to convert the object
to a field.
|