NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DataBindingCollectionConverter.ConvertTo

Converts a data binding collection to the specified type.

[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;

Parameters

context
An ITypeDescriptorContext that indicates the component or control the data binding collection belongs to.
value
[To be supplied.]
destinationType
[To be supplied.]
arguments
[To be supplied.]

Return Value

The object produced by the type conversion.

See Also

DataBindingCollectionConverter Class | DataBindingCollectionConverter Members | System.Web.UI.Design Namespace