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? typeDescriptorContext, CultureInfo? cultureInfo, object source)
Parameters
typeDescriptorContextITypeDescriptorContextcultureInfoCultureInfosourceobject
Returns
Exceptions
- NotSupportedException
The conversion cannot be performed.