[]
Converts from the specified value to the intended conversion type of the converter.
public override object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, object value)
Public Overrides Function ConvertFrom(context As ITypeDescriptorContext, culture As CultureInfo, value As Object) As Object
| Type | Name | Description |
|---|---|---|
| ITypeDescriptorContext | context | An object that provides a format context. |
| CultureInfo | culture | The CultureInfo to use as the current culture. |
| object | value | The value to convert to the type of this converter. |
| Type | Description |
|---|---|
| object | The converted value. |
| Type | Condition |
|---|---|
| NotImplementedException | ConvertFrom(ITypeDescriptorContext, CultureInfo, object) not implemented in base TypeConverter. |