Converts the given value to the converter's native type.
Converts the given object to the converter's native type.
[Visual Basic] Overloads Overridable Public Function ConvertFrom(ITypeDescriptorContext, Object, Object()) As Object
[C#] public virtual object ConvertFrom(ITypeDescriptorContext, Object, Object[]);
[C++] public: virtual Object* ConvertFrom(ITypeDescriptorContext*, Object, Object[]);
[JScript] public function ConvertFrom(ITypeDescriptorContext, Object, Object[]) : Object;
Converts the given value to the converter's native type.
[Visual Basic] Overloads Public Function ConvertFrom(Object, Object()) As Object
[C#] public object ConvertFrom(Object, Object[]);
[C++] public: Object* ConvertFrom(Object*, Object*[]);
[JScript] public function ConvertFrom(Object, Object[]) : Object;
TypeConverter Class | TypeConverter Members | System.ComponentModel Namespace