The
methods
of System.Web.UI.WebControls.FontUnitConverter are listed below. For a list of all members, see the FontUnitConverter Members list.
See Also: Inherited members from System.ComponentModel.TypeConverter
Public Methods
override | CanConvertFrom(System.ComponentModel.ITypeDescriptorContext, Type) : bool
Determines whether a data type can be converted to a System.Web.UI.WebControls.FontUnit.
|
override | CanConvertTo(System.ComponentModel.ITypeDescriptorContext, Type) : bool
Returns a value indicating whether the converter can convert a System.Web.UI.WebControls.FontUnit object to the specified type.
|
override | ConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, object) : object
Converts an object to a System.Web.UI.WebControls.FontUnit in a specific culture.
|
override | ConvertTo(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, object, Type) : object
Converts a System.Web.UI.WebControls.FontUnit to an object with a different data type.
|
override | GetStandardValues(System.ComponentModel.ITypeDescriptorContext) : System.ComponentModel.TypeConverter.StandardValuesCollection
Returns a System.ComponentModel.TypeConverter.StandardValuesCollection containing the standard values for a System.Web.UI.WebControls.FontUnit, using the specified format context.
|
override | GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext) : bool
Returns whether the System.ComponentModel.TypeConverter.StandardValuesCollection returned by the FontUnitConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext) method is an exclusive list of values, using the specified format context.
|
override | GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext) : bool
Returns whether the instance of the System.Web.UI.WebControls.FontUnitConverter class that this method is called from supports a standard set of values that can be picked from a list, using the specified format context.
|