ConvertersCollection.Add(Converter) Method

Definition

Adds a Converter object to the ConvertersCollection instance.

public:
 void Add(System::Web::Configuration::Converter ^ converter);
public void Add (System.Web.Configuration.Converter converter);
member this.Add : System.Web.Configuration.Converter -> unit
Public Sub Add (converter As Converter)

Parameters

converter
Converter

A string value that specifies the Converter reference.

Remarks

This method adds a Converter object to the collection. If the Converter object is already in the collection, the method is ignored.

Applies to