[]
Converts to target 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 target type. |
| Type | Description |
|---|---|
| object | Returns the converted object. |