DataFieldConverter 构造函数

定义

实例化 DataFieldConverter 类的新实例。Instantiates a new instance of the DataFieldConverter class. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

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

注解

备注

通常不会直接访问类型转换器。You typically do not access a type converter directly. 的此实现用于 TypeConverter 设计时的数据绑定控件,并使用属性对其进行实例化 TypeConverterAttributeThis implementation of TypeConverter is intended for use by a data-bound control at design time, and is instantiated with a TypeConverterAttribute on a property.

适用于

另请参阅