Unit Methods

 

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

NameDescription
System_CAPS_pubmethodEquals(Object^)

Compares this Unit with the specified object.(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 a Unit.

System_CAPS_pubmethodSystem_CAPS_staticParse(String^, CultureInfo^)

Converts the specified string and System.Globalization::CultureInfo to a Unit.

System_CAPS_pubmethodSystem_CAPS_staticPercentage(Double)

Creates a Unit of type Percentage from the specified double-precision floating-point number.

System_CAPS_pubmethodSystem_CAPS_staticPixel(Int32)

Creates a Unit of type Pixel from the specified 32-bit signed integer.

System_CAPS_pubmethodSystem_CAPS_staticPoint(Int32)

Creates a Unit of type Point from the specified 32-bit signed integer.

System_CAPS_pubmethodToString()

This API supports the product infrastructure and is not intended to be used directly from your code. Converts a Unit to a System::String.(Overrides ValueType::ToString().)

System_CAPS_pubmethodToString(CultureInfo^)

Converts a Unit to a string equivalent in the specified culture.

System_CAPS_pubmethodToString(IFormatProvider^)

Converts a Unit to a string equivalent using the specified format provider.

Return to top
Show: