This documentation is archived and is not being maintained.
FontUnitConverter Members
.NET Framework 1.1
Public Constructors
FontUnitConverter Constructor | Initializes a new instance of the FontUnitConverter class. |
Public Methods
CanConvertFrom | Overloaded. Overridden. Determines whether a data type can be converted to a FontUnit. |
CanConvertTo (inherited from TypeConverter) | Overloaded. Returns whether this converter can convert the object to the specified type. |
ConvertFrom | Overloaded. Overridden. Converts an object to a FontUnit. |
ConvertFromInvariantString (inherited from TypeConverter) | Overloaded. Converts the value to a type of this converter, using the invariant culture. |
ConvertFromString (inherited from TypeConverter) | Overloaded. Converts the specified text to an object. |
ConvertTo | Overloaded. Overridden. Converts a FontUnit to an object with a different data type. |
ConvertToInvariantString (inherited from TypeConverter) | Overloaded. Converts the specified value to a culture-invariant string representation. |
ConvertToString (inherited from TypeConverter) | Overloaded. Converts the specified value to a string representation. |
CreateInstance (inherited from TypeConverter) | Overloaded. Re-creates an Object given a set of property values for the object. |
Equals (inherited from Object) | Overloaded. Determines whether two Object instances are equal. |
GetCreateInstanceSupported (inherited from TypeConverter) | Overloaded. Returns whether changing a value on this object requires a call to CreateInstance to create a new value. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetProperties (inherited from TypeConverter) | Overloaded. Returns a collection of properties for the type of array specified by the value parameter. |
GetPropertiesSupported (inherited from TypeConverter) | Overloaded. Returns whether this object supports properties. |
GetStandardValues | Overloaded. Overridden. Returns a System.ComponentModel.TypeConverter.StandardValuesCollection containing the standard values for a FontUnit. |
GetStandardValuesExclusive | Overloaded. Overridden. Returns whether the System.ComponentModel.TypeConverter.StandardValuesCollection returned by the GetStandardValues method is an exclusive list of values. |
GetStandardValuesSupported | Overloaded. Overridden. 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 (inherited from Object) | Gets the Type of the current instance. |
IsValid (inherited from TypeConverter) | Overloaded. Returns whether the given value object is valid for this type. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Protected Methods
Finalize (inherited from Object) | Overridden. Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
In C# and C++, finalizers are expressed using destructor syntax. |
GetConvertFromException (inherited from TypeConverter) | Returns an exception to throw when a conversion cannot be performed. |
GetConvertToException (inherited from TypeConverter) | Returns an exception to throw when a conversion cannot be performed. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
SortProperties (inherited from TypeConverter) | Sorts a collection of properties. |
See Also
FontUnitConverter Class | System.Web.UI.WebControls Namespace
Show:
