MultiColumnTypeConverterTConvertToCsv(Object) Method

Writes value to the selected fields of Record using Mapping.

Definition

Namespace: FolkerKinzel.CsvTools.Mappings.TypeConverters
Assembly: FolkerKinzel.CsvTools.Mappings (in FolkerKinzel.CsvTools.Mappings.dll) Version: 1.1.0+1263e8243dc2cd78095f678f813d7d9c52ea4315
C#
public void ConvertToCsv(
	Object? value
)

Parameters

value  Object
The object to write to the selected fields of Record.

Remarks

  Notes to Implementers

Override DoConvertToCsv(T) to define the behavior of this method.

Exceptions

InvalidCastExceptionvalue has an incompatible data type.
FormatExceptionOne of the subsequent converters uses an invalid format string.

See Also