The XUnit type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| ConvertType |
Converts an existing object from one unit into another unit type.
| |
| Equals |
Calls base class Equals.
(Overrides ValueTypeEquals(Object).) | |
| FromCentimeter |
Returns an XUnit object. Sets type to centimeters.
| |
| FromInch |
Returns an XUnit object. Sets type to inch.
| |
| FromMillimeter |
Returns an XUnit object. Sets type to millimeters.
| |
| FromPoint |
Returns an XUnit object. Sets type to point.
| |
| FromPresentation |
Returns an XUnit object. Sets type to Presentation.
| |
| GetHashCode |
Returns the hash code for this instance.
(Overrides ValueTypeGetHashCode.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Parse |
This member is intended to be used by XmlDomainObjectReader only.
| |
| ToString |
Returns the object as string. The unit of measure is appended to the end of the string.
(Overrides ValueTypeToString.) | |
| ToString(IFormatProvider) |
Returns the object as string using the format information.
The unit of measure is appended to the end of the string.
|
See Also