Converts the string to a (T) value.
- Namespace
- CsvHelper
.TypeConversion - Containing Type
- TypeConverter
<T>
Syntax
public abstract T ConvertFromString(string text, IReaderRow row, MemberMapData memberMapData)
Parameters
Name | Type | Description |
---|---|---|
text | string | The string to convert to an object. |
row | IReaderRow | The IReaderRow for the current record. |
memberMapData | MemberMapData | The MemberMapData for the member being created. |
Return Value
Type | Description |
---|---|
T | The value created from the string. |