[]
        
(Showing Draft Content)

C1.Win.SuperTooltip.ImageEntryTypeConverter.ConvertTo

ConvertTo Method

ConvertTo(ITypeDescriptorContext, CultureInfo, object, Type)

Converts the object into the specified data type.

Declaration
public override object ConvertTo(ITypeDescriptorContext context, CultureInfo culture, object value, Type destType)
Parameters
Type Name Description
ITypeDescriptorContext context

The context.

CultureInfo culture

The culture.

object value

The object to convert.

Type destType

The type to convert to.

Returns
Type Description
object

The converted object.

Overrides