FontUnit Methods

 

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

NameDescription
System_CAPS_pubmethodEquals(Object)

Determines whether the specified System.Object is equivalent to the instance of the FontUnit class that this method is called from.(Overrides ValueType.Equals(Object).)

System_CAPS_pubmethodGetHashCode()

Returns the hash code for this instance.(Overrides ValueType.GetHashCode().)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_staticParse(String)

Converts the specified string to its FontUnit equivalent.

System_CAPS_pubmethodSystem_CAPS_staticParse(String, CultureInfo)

Converts the specified string to its FontUnit equivalent in the specified culture.

System_CAPS_pubmethodSystem_CAPS_staticPoint(Int32)

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

System_CAPS_pubmethodToString()

Converts the FontUnit object to the default string representation.(Overrides ValueType.ToString().)

System_CAPS_pubmethodToString(CultureInfo)

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

System_CAPS_pubmethodToString(IFormatProvider)

Converts a FontUnit object to a string equivalent using the specified format provider.

Return to top
Show: