[]
Converts the given value object to the specified type.
public override object ConvertTo(ITypeDescriptorContext context, CultureInfo cinfo, object o, Type type)
| Type | Name | Description |
|---|---|---|
| ITypeDescriptorContext | context | An ITypeDescriptorContext that provides a format context. |
| CultureInfo | cinfo | A CultureInfo object. |
| object | o | The Object to convert. |
| Type | type | The Type to convert the value parameter to. |
| Type | Description |
|---|---|
| object |