System.Web.UI.WebControls.FontNamesConverter: Method Members

The methods of System.Web.UI.WebControls.FontNamesConverter are listed below. For a list of all members, see the FontNamesConverter Members list.

See Also: Inherited members from System.ComponentModel.TypeConverter

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.