Converts the given value to the converter's native type.
[Visual Basic] Overloads Public Function ConvertFrom( _ ByVal value As Object, _ ByVal arguments() As Object _ ) As Object [C#] public object ConvertFrom( object value, object[] arguments ); [C++] public: Object* ConvertFrom( Object* value, Object* arguments[] ); [JScript] public function ConvertFrom( value : Object, arguments : Object[] ) : Object;
The converted object.
Exception Type | Condition |
---|---|
GetConvertFromException(System.Object) | The conversion could not be performed. |
TypeConverter Class | TypeConverter Members | System.ComponentModel Namespace | TypeConverter.ConvertFrom Overload List