Summary
Converts the given object to the type of this converter, using the
specified context and culture information.
Syntax
public override Object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
Parameters
| Name |
Type |
Description |
| context |
ITypeDescriptorContext |
An System.ComponentModel.ITypeDescriptorContext that provides a format context. |
| culture |
CultureInfo |
A System.Globalization.CultureInfo object. If a null is passed, the current culture is assumed. |
| value |
Object |
The System.Object to convert. |
Return Value
| Type |
Description |
| Object |
An System.Object that represents the converted value.
|