DataSourceIDConverter Constructor

Definition

Initializes a new instance of the DataSourceIDConverter class.

public:
 DataSourceIDConverter();
public DataSourceIDConverter ();
Public Sub New ()

Remarks

The .NET Framework internally constructs a new instance of the DataSourceIDConverter class when the class is referenced by a TypeConverterAttribute attribute.

Applies to

See also