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!

TypeConverter.ConvertTo

Converts the given object to another type.

Overload List

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;

See Also

TypeConverter Class | TypeConverter Members | System.ComponentModel Namespace