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

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

See Also: Inherited members from System.ValueType

Public Methods

override
Equals(object) : bool

Determines whether the specified object is equivalent to the instance of the System.Web.UI.WebControls.FontUnit class that this method is called from.

override
GetHashCode() : int

Returns the hash code for this instance.

static
Parse(string) : FontUnit

Converts the specified string to its System.Web.UI.WebControls.FontUnit equivalent.

static
Parse(string, System.Globalization.CultureInfo) : FontUnit

Converts the specified string to its System.Web.UI.WebControls.FontUnit equivalent in the specified culture.

static
Point(int) : FontUnit

Creates a System.Web.UI.WebControls.FontUnit of type System.Drawing.Point from an integer value.

override
ToString() : string

Converts the System.Web.UI.WebControls.FontUnit object to the default string representation.

ToString(System.Globalization.CultureInfo) : string

Converts the System.Web.UI.WebControls.FontUnit object to a string representation, using the specified System.Globalization.CultureInfo.

ToString(IFormatProvider) : string

Converts a System.Web.UI.WebControls.FontUnit object to a string equivalent using the specified format provider.