MyCaffe  1.12.2.41
Deep learning software for Windows C# programmers.
MyCaffe.param.ui.CsvConverter Class Reference

The CsvConverter is used to display string lists on a single line in a property grid. More...

Inheritance diagram for MyCaffe.param.ui.CsvConverter:

Public Member Functions

override object ConvertTo (ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType)
 Overrides the ConvertTo method of TypeConverter. More...
 

Detailed Description

The CsvConverter is used to display string lists on a single line in a property grid.

Definition at line 14 of file CsvConverter.cs.

Member Function Documentation

◆ ConvertTo()

override object MyCaffe.param.ui.CsvConverter.ConvertTo ( ITypeDescriptorContext  context,
CultureInfo  culture,
object  value,
Type  destinationType 
)

Overrides the ConvertTo method of TypeConverter.

Parameters
contextSpecifies the context.
cultureSpecifies the culture.
valueSpecifies the value.
destinationTypeSpecifies the distination type.
Returns
The converted type is returned.

Definition at line 24 of file CsvConverter.cs.


The documentation for this class was generated from the following file: