| Name | Description |
---|
 | CanConvertFrom(Type) | (Inherited from TypeConverter.) |
 | CanConvertFrom(ITypeDescriptorContext, Type) |
Returns whether this converter can convert an object of the given type to the type of this
converter, using the specified context.
(Overrides TypeConverter.CanConvertFrom(ITypeDescriptorContext, Type).) |
 | CanConvertTo(Type) | (Inherited from TypeConverter.) |
 | CanConvertTo(ITypeDescriptorContext, Type) |
Returns whether this converter can convert the object to the specified type, using the
specified context.
(Overrides TypeConverter.CanConvertTo(ITypeDescriptorContext, Type).) |
 | ConvertFrom(Object) | (Inherited from TypeConverter.) |
 | ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) |
Converts the given object to the type of this converter, using the specified context and
culture information.
(Overrides TypeConverter.ConvertFrom(ITypeDescriptorContext, CultureInfo, Object).) |
 | ConvertFromInvariantString(String) | (Inherited from TypeConverter.) |
 | ConvertFromInvariantString(ITypeDescriptorContext, String) | (Inherited from TypeConverter.) |
 | ConvertFromString(String) | (Inherited from TypeConverter.) |
 | ConvertFromString(ITypeDescriptorContext, String) | (Inherited from TypeConverter.) |
 | ConvertFromString(ITypeDescriptorContext, CultureInfo, String) | (Inherited from TypeConverter.) |
 | ConvertTo(Object, Type) | (Inherited from TypeConverter.) |
 | ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) |
Converts the given value object to the specified type, using the specified context and
culture information.
(Overrides TypeConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type).) |
 | ConvertToInvariantString(Object) | (Inherited from TypeConverter.) |
 | ConvertToInvariantString(ITypeDescriptorContext, Object) | (Inherited from TypeConverter.) |
 | ConvertToString(Object) | (Inherited from TypeConverter.) |
 | ConvertToString(ITypeDescriptorContext, Object) | (Inherited from TypeConverter.) |
 | ConvertToString(ITypeDescriptorContext, CultureInfo, Object) | (Inherited from TypeConverter.) |
 | CreateInstance(IDictionary) | (Inherited from TypeConverter.) |
 | CreateInstance(ITypeDescriptorContext, IDictionary) | (Inherited from TypeConverter.) |
 | 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 | (Inherited from TypeConverter.) |
 | GetConvertToException | (Inherited from TypeConverter.) |
 | GetCreateInstanceSupported | (Inherited from TypeConverter.) |
 | GetCreateInstanceSupported(ITypeDescriptorContext) | (Inherited from TypeConverter.) |
 | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
 | GetProperties(Object) | (Inherited from TypeConverter.) |
 | GetProperties(ITypeDescriptorContext, Object) | (Inherited from TypeConverter.) |
 | GetProperties(ITypeDescriptorContext, Object, Attribute) | (Inherited from ExpandableObjectConverter.) |
 | GetPropertiesSupported | (Inherited from TypeConverter.) |
 | GetPropertiesSupported(ITypeDescriptorContext) | (Inherited from ExpandableObjectConverter.) |
 | GetStandardValues | (Inherited from TypeConverter.) |
 | GetStandardValues(ITypeDescriptorContext) | (Inherited from TypeConverter.) |
 | GetStandardValuesExclusive | (Inherited from TypeConverter.) |
 | GetStandardValuesExclusive(ITypeDescriptorContext) | (Inherited from TypeConverter.) |
 | GetStandardValuesSupported | (Inherited from TypeConverter.) |
 | GetStandardValuesSupported(ITypeDescriptorContext) | (Inherited from TypeConverter.) |
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
 | IsValid(Object) | (Inherited from TypeConverter.) |
 | IsValid(ITypeDescriptorContext, Object) | (Inherited from TypeConverter.) |
 | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
 | SortProperties | (Inherited from TypeConverter.) |
 | ToString | Returns a string that represents the current object. (Inherited from Object.) |