This documentation is archived and is not being maintained.
FontUnitConverter Members
Visual Studio 2008
The FontUnitConverter type exposes the following members.
| Name | Description | |
|---|---|---|
|
CanConvertFrom | Overloaded. Determines whether a data type can be converted to a FontUnit. |
|
CanConvertTo | Overloaded. Indicates whether the converter can convert a font unit object to the specified type. |
|
ConvertFrom | Overloaded. Converts an object to a FontUnit. |
|
ConvertFromInvariantString | Overloaded. Converts the value to a type of this converter, using the invariant culture. |
|
ConvertFromString | Overloaded. Converts the specified text to an object. |
|
ConvertTo | Overloaded. Converts a FontUnit to an object with a different data type. |
|
ConvertToInvariantString | Overloaded. Converts the specified value to a culture-invariant string representation. |
|
ConvertToString | Overloaded. Converts the specified value to a string representation. |
|
CreateInstance | Overloaded. Re-creates an Object given a set of property values for the object. |
|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetConvertFromException | Returns an exception to throw when a conversion cannot be performed. (Inherited from TypeConverter.) |
|
GetConvertToException | Returns an exception to throw when a conversion cannot be performed. (Inherited from TypeConverter.) |
|
GetCreateInstanceSupported | Overloaded. Returns whether changing a value on this object requires a call to the CreateInstance method to create a new value. |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetProperties | Overloaded. Returns a collection of properties for the type of array specified by the value parameter. |
|
GetPropertiesSupported | Overloaded. Returns whether this object supports properties. |
|
GetStandardValues | Overloaded. Returns a System.ComponentModel::TypeConverter::StandardValuesCollection containing the standard values for a FontUnit. |
|
GetStandardValuesExclusive | Overloaded. Returns whether the System.ComponentModel::TypeConverter::StandardValuesCollection returned by the GetStandardValues method is an exclusive list of values. |
|
GetStandardValuesSupported | Overloaded. Returns whether the instance of the FontUnitConverter class that this method is called from supports a standard set of values that can be picked from a list. |
|
GetType | Gets the type of the current instance. (Inherited from Object.) |
|
IsValid | Overloaded. Returns whether the given value object is valid for this type. |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
SortProperties | Sorts a collection of properties. (Inherited from TypeConverter.) |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Show: