[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;
FormatterConverter Class | FormatterConverter Members | System.Runtime.Serialization Namespace | FormatterConverter.Convert Overload List