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!

FormatterConverter.Convert (Object, Type)

[To be supplied.]

[Visual Basic]
Overloads Overridable Public Function Convert( _
   ByVal value As Object, _
   ByVal type As Type _
) As Object
[C#]
public virtual object Convert(
   object value,
   Type type
);
[C++]
public: virtual Object* Convert(
   Object* value,
   Type* type
);
[JScript]
public function Convert(
   value : Object,
   type : Type
) : Object;

Parameters

value
[To be supplied.]
type
[To be supplied.]

See Also

FormatterConverter Class | FormatterConverter Members | System.Runtime.Serialization Namespace | FormatterConverter.Convert Overload List