Class CsvConverter
Inheritance
System.Object
CsvConverter
Namespace: Eco.Simulation
Assembly: Eco.Simulation.dll
Syntax
public class CsvConverter : TypeConverter
Constructors
CsvConverter()
Declaration
public CsvConverter()
Methods
ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)
Declaration
public override object ConvertTo(ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType)
Parameters
Type | Name | Description |
---|---|---|
System.ComponentModel.ITypeDescriptorContext | context | |
System.Globalization.CultureInfo | culture | |
System.Object | value | |
System.Type | destinationType |
Returns
Type | Description |
---|---|
System.Object |