This documentation is archived and is not being maintained.
FontNamesConverter Members
Visual Studio 2008
Converts between a string containing a list of font names and an array of strings representing the individual names.
The FontNamesConverter type exposes the following members.
| Name | Description | |
|---|---|---|
|
CanConvertFrom | Overloaded. Determines whether this converter can convert an object of the specified data type to an array of strings containing individual font names. |
|
CanConvertTo | Overloaded. Returns whether this converter can convert the object to the specified type. |
|
ConvertFrom | Overloaded. Converts a string that represents a list of font names into an array of strings containing individual font names. |
|
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. Creates a string that represents a list of font names from an array of strings containing individual font names. |
|
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 collection of standard values for the data type this type converter is designed for. |
|
GetStandardValuesExclusive | Overloaded. Returns whether the collection of standard values returned from GetStandardValues is an exclusive list. |
|
GetStandardValuesSupported | Overloaded. Returns whether this object 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: