Method ConvertFrom
ConvertFrom(ITypeDescriptorContext, CultureInfo, object)
Converts the given object to the type of this converter, using the specified context and culture information.
public override object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, object value)
Parameters
context
ITypeDescriptor Context An IType
Descriptor that provides a format context.Context culture
CultureInfo The Culture
Info to use as the current culture.value
objectThe object to convert.
Returns
Exceptions
- Not
Supported Exception The conversion cannot be performed.