System.Web.UI.WebControls.FontNamesConverter Members

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

See Also: Inherited members from System.ComponentModel.TypeConverter

Public Constructors

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

Public Methods

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

Determines whether this converter can convert an object of the specified data type to an array of strings containing individual font names.

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

Converts a string that represents a list of font names into an array of strings containing individual font names.

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

Creates a string that represents a list of font names from an array of strings containing individual font names.