[]
Converts to destination type.
public override object ConvertTo(ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType)
Type | Name | Description |
---|---|---|
ITypeDescriptorContext | context | The context. |
CultureInfo | culture | The culture. |
object | value | The value. |
Type | destinationType | The destination type. |
Type | Description |
---|---|
object | Returns the converted object. |