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.ConvertFrom

Converts the given value to the converter's native type.

Overload List

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;

See Also

TypeConverter Class | TypeConverter Members | System.ComponentModel Namespace