ConvertersCollection.Add Method (Converter)

 

Adds a Converter object to the ConvertersCollection instance.

Namespace:   System.Web.Configuration
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)

member Add : 
        converter:Converter -> unit

Parameters

converter
Type: System.Web.Configuration.Converter

A string value that specifies the Converter reference.

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

.NET Framework
Available since 3.5
Return to top
Show: