![]() |
MyCaffe
1.12.2.41
Deep learning software for Windows C# programmers.
|
The CsvConverter is used to display string lists on a single line in a property grid. More...
Public Member Functions | |
| override object | ConvertTo (ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType) |
| Overrides the ConvertTo method of TypeConverter. More... | |
The CsvConverter is used to display string lists on a single line in a property grid.
Definition at line 14 of file CsvConverter.cs.
| override object MyCaffe.param.ui.CsvConverter.ConvertTo | ( | ITypeDescriptorContext | context, |
| CultureInfo | culture, | ||
| object | value, | ||
| Type | destinationType | ||
| ) |
Overrides the ConvertTo method of TypeConverter.
| context | Specifies the context. |
| culture | Specifies the culture. |
| value | Specifies the value. |
| destinationType | Specifies the distination type. |
Definition at line 24 of file CsvConverter.cs.