FontNamesConverter Members
.NET Framework 2.0
Converts a string containing a list of font names to an array of strings containing the individual names. It also performs the reverse function.
The following tables list the members exposed by the FontNamesConverter type.
(see also
Protected Methods
)
Top
| 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. (Inherited from TypeConverter.) |
| 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. (Inherited from TypeConverter.) |
| ConvertFromString | Overloaded. Converts the specified text to an object. (Inherited from TypeConverter.) |
| 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. (Inherited from TypeConverter.) |
| ConvertToString | Overloaded. Converts the specified value to a string representation. (Inherited from TypeConverter.) |
| CreateInstance | Overloaded. Re-creates an Object given a set of property values for the object. (Inherited from TypeConverter.) |
| Equals | Overloaded. Determines whether two Object instances are equal. (Inherited from Object.) |
| GetCreateInstanceSupported | Overloaded. Returns whether changing a value on this object requires a call to the CreateInstance method to create a new value. (Inherited from TypeConverter.) |
| GetHashCode | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
| GetProperties | Overloaded. Returns a collection of properties for the type of array specified by the value parameter. (Inherited from TypeConverter.) |
| GetPropertiesSupported | Overloaded. Returns whether this object supports properties. (Inherited from TypeConverter.) |
| GetStandardValues | Overloaded. Returns a collection of standard values for the data type this type converter is designed for. (Inherited from TypeConverter.) |
| GetStandardValuesExclusive | Overloaded. Returns whether the collection of standard values returned from GetStandardValues is an exclusive list. (Inherited from TypeConverter.) |
| GetStandardValuesSupported | Overloaded. Returns whether this object supports a standard set of values that can be picked from a list. (Inherited from TypeConverter.) |
| GetType | Gets the Type of the current instance. (Inherited from Object.) |
| IsValid | Overloaded. Returns whether the given value object is valid for this type. (Inherited from TypeConverter.) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (Inherited from Object.) |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object 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.) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
| SortProperties | Sorts a collection of properties. (Inherited from TypeConverter.) |
Community Additions
ADD
Show: