Converts the given object to the converter's native type.
[Visual Basic] Overrides Public Function ConvertFrom( _ ByVal context As ITypeDescriptorContext, _ ByVal value As Object, _ ByVal arguments() As Object _ ) As Object [C#] public override object ConvertFrom( ITypeDescriptorContext context, object value, object[] arguments ); [C++] public: override Object* ConvertFrom( ITypeDescriptorContext* context, Object* value, Object* arguments[] ); [JScript] public override function ConvertFrom( context : ITypeDescriptorContext, value : Object, arguments : Object[] ) : Object;
The converted object. This will throw an excetpion if the converson could not be performed.
ColorConverter Class | ColorConverter Members | System.Drawing Namespace