System.Web.UI.WebControls.UnitConverter Members

The members of System.Web.UI.WebControls.UnitConverter are listed below.

See Also: Inherited members from System.ComponentModel.TypeConverter

Public Constructors

Initializes a new instance of the System.Web.UI.WebControls.UnitConverter class.

Public Methods

override
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext, Type) : bool

Returns a value indicating whether the unit converter can convert from the specified source type.

override
CanConvertTo(System.ComponentModel.ITypeDescriptorContext, Type) : bool

Returns a value indicating whether the converter can convert a System.Web.UI.WebControls.Unit object to the specified type.

override
ConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, object) : object

Performs type conversion from the specified context, object, and argument list.

override
ConvertTo(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, object, Type) : object

Performs type conversion to the specified destination type given the specified context, object and argument list.