Name

DataBindingCollectionConverter

Synopsis

This custom System.ComponentModel.TypeConverter class provides a single method, ConvertTo(), which is used to convert System.Web.UI.DataBindingCollection objects.

Public Class DataBindingCollectionConverter : Inherits System.ComponentModel.TypeConverter
' Public Constructors
   Public Sub New() 
' Public Instance Methods
   Overrides Public Function ConvertTo(
        ByVal context As System.ComponentModel.ITypeDescriptorContext, 
        ByVal culture As System.Globalization.CultureInfo, 
        ByVal value As Object, 
        ByVal destinationType As Type) As Object  
End Class

Hierarchy

System.ObjectSystem.ComponentModel.TypeConverter DataBindingCollectionConverter

Get ASP.NET in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.