[]
Converts the object into the specified data type.
public override object ConvertTo(ITypeDescriptorContext context, CultureInfo culture, object value, Type destType)
| Type | Name | Description |
|---|---|---|
| ITypeDescriptorContext | context | The context. |
| CultureInfo | culture | The culture. |
| object | value | The object to convert. |
| Type | destType | The type to convert to. |
| Type | Description |
|---|---|
| object | The converted object. |