[]
Converts from anything.
public override object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, object value)
Type | Name | Description |
---|---|---|
ITypeDescriptorContext | context | The context. |
CultureInfo | culture | The culture. |
object | value | The value. |
Type | Description |
---|---|
object | Returns the converted object. |