asp.net.ph

FontUnitConverter Class

System.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.

FontUnitConverter Class Members

Collapse   Constructors

Visibility Constructor Parameters
public FontUnitConverter ( )

Collapse   Methods

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

Remarks

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.

See Also

System.ComponentModel.TypeConverter Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 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 asp.net.ph