Performs type conversion to the specified destination type given the specified context, object and argument list.
[Visual Basic] Overrides Public Function ConvertTo( _ ByVal context As ITypeDescriptorContext, _ ByVal value As Object, _ ByVal destinationType As Type, _ ByVal arguments() As Object _ ) As Object [C#] public override object ConvertTo( ITypeDescriptorContext context, object value, Type destinationType, object[] arguments ); [C++] public: override Object* ConvertTo( ITypeDescriptorContext* context, Object* value, Type* destinationType, Object* arguments[] ); [JScript] public override function ConvertTo( context : ITypeDescriptorContext, value : Object, destinationType : Type, arguments : Object[] ) : Object;
The object resulting from conversion.
UnitConverter Class | UnitConverter Members | System.Web.UI.Design Namespace