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