CsvToTResultConvert Method
Converts the values of the dynamic properties of
Mapping
to a
TResult instance.
Namespace: FolkerKinzel.CsvTools.MappingsAssembly: FolkerKinzel.CsvTools.Mappings (in FolkerKinzel.CsvTools.Mappings.dll) Version: 1.1.0+1263e8243dc2cd78095f678f813d7d9c52ea4315
public abstract TResult Convert(
Object mapping
)
Public MustOverride Function Convert (
mapping As Object
) As TResult
public:
virtual TResult Convert(
Object^ mapping
) abstract
abstract Convert :
mapping : Object -> 'TResult
- mapping Object
- The CsvMapping instance of the
Mapping property, or a copy of this instance. When called
from CsvReaderTResult, the argument is never null.
TResultThe newly created
TResult instance.
This method is called by
CsvReaderTResult. It should
not be called from own code.