[To be supplied.]
[Visual Basic] Overloads Function Convert( _ ByVal value As Object, _ ByVal type As Type _ ) As Object [C#] object Convert( object value, Type type ); [C++] Object* Convert( Object* value, Type* type ) = 0; [JScript] function Convert( value : Object, type : Type ) : Object;
IFormatterConverter Interface | IFormatterConverter Members | System.Runtime.Serialization Namespace | IFormatterConverter.Convert Overload List