| ||||||||||||||||||||||||||||||||||||||||||
FontUnitConverter ClassSystem.Web.UI.WebControls Namespace Converts a FontUnit to an object of another data type. Also converts an object of another data type to a FontUnit.
|
||||||||||||||||||||||||||||||||||||||||||
| Visibility | Name | Parameters | Return Type |
|---|---|---|---|
| public | CanConvertFrom | ( ITypeDescriptorContext context , Type sourceType ) | Boolean |
| public | CanConvertTo | ( ITypeDescriptorContext context , Type destinationType ) | Boolean |
| public | ConvertFrom | ( ITypeDescriptorContext context , CultureInfo culture , Object value ) | Object |
| public | ConvertTo | ( ITypeDescriptorContext context , CultureInfo culture , Object value , Type destinationType ) | Object |
| public | GetStandardValues | ( ITypeDescriptorContext context ) | StandardValuesCollection |
| public | GetStandardValuesExclusive | ( ITypeDescriptorContext context ) | Boolean |
| public | GetStandardValuesSupported | ( ITypeDescriptorContext context ) | Boolean |
The FontUnitConverter class to used to convert a FontUnit to an object with another data type.
NOTE: This converter can only convert a string to a FontUnit.
You can also use the FontUnitConverter class to convert an object with another data type to a FontUnit.
CAUTION: You should never access a type converter directly. Instead, call the appropriate converter by using System.ComponentModel.TypeDescriptor. For more information, see the examples in the System.ComponentModel.TypeConverter base class.
System.ComponentModel.TypeConverter
Check out related books at Amazon
© 2000-2008 Rey Nuñez All rights reserved.
If you have any question, comment or suggestion
about this site, please send us a note
You can help support aspxtreme