Converts the value to a string.
- Namespace
- CsvHelper
.TypeConversion - Containing Type
- TypeConverter
<T>
Syntax
public abstract string ConvertToString(T value, IWriterRow row, MemberMapData memberMapData)
Parameters
Name | Type | Description |
---|---|---|
value | T | The value to convert to a string. |
row | IWriterRow | The IWriterRow for the current record. |
memberMapData | MemberMapData | The MemberMapData for the member being written. |
Return Value
Type | Description |
---|---|
string | The string representation of the value. |