CsvToTResultConvert Method

Converts the values of the dynamic properties of Mapping to a TResult instance.

Definition

Namespace: FolkerKinzel.CsvTools.Mappings
Assembly: FolkerKinzel.CsvTools.Mappings (in FolkerKinzel.CsvTools.Mappings.dll) Version: 1.1.0+1263e8243dc2cd78095f678f813d7d9c52ea4315
C#
public abstract TResult Convert(
	Object mapping
)

Parameters

mapping  Object
The CsvMapping instance of the Mapping property, or a copy of this instance. When called from CsvReaderTResult, the argument is never null.

Return Value

TResult
The newly created TResult instance.

Remarks

This method is called by CsvReaderTResult. It should not be called from own code.

See Also