CanConvertFrom (inherited from EnumConverter) | Overloaded. Gets a value indicating whether this converter can convert an object in the given source type to an enumeration object using the specified context. |
CanConvertFrom (inherited from TypeConverter) | Overloaded. Returns whether this converter can convert an object of the given type to the type of this converter. |
CanConvertTo (inherited from EnumConverter) | Overloaded. Gets a value indicating whether this converter can convert an object to the given destination type using the context. |
CanConvertTo (inherited from TypeConverter) | Overloaded. Returns whether this converter can convert the object to the specified type. |
ConvertFrom | Overloaded. Converts the given object to the type of this converter, using the specified context and culture information. |
ConvertFrom (inherited from TypeConverter) | Overloaded. Converts the given value to the type of this converter. |
ConvertFromInvariantString (inherited from TypeConverter) | Overloaded. Converts the given string to the type of this converter, using the invariant culture. |
ConvertFromString (inherited from TypeConverter) | Overloaded. Converts the specified text to an object. |
ConvertTo (inherited from EnumConverter) | Overloaded. Converts the given value object to the specified destination type. |
ConvertTo (inherited from TypeConverter) | Overloaded. Converts the given value object to the specified type, using the arguments. |
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) | Determines whether the specified Object is equal to the current Object. |
GetCreateInstanceSupported (inherited from TypeConverter) | Overloaded. Returns whether changing a value on this object requires a call to the CreateInstance method to create a new value. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type. |
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 (inherited from EnumConverter) | Overloaded. Gets a collection of standard values for the data type this validator is designed for. |
GetStandardValues (inherited from TypeConverter) | Overloaded. Returns a collection of standard values from the default context for the data type this type converter is designed for. |
GetStandardValuesExclusive (inherited from EnumConverter) | Overloaded. Gets a value indicating whether the list of standard values returned from GetStandardValues is an exclusive list using the specified context. |
GetStandardValuesExclusive (inherited from TypeConverter) | Overloaded. Returns whether the collection of standard values returned from GetStandardValues is an exclusive list. |
GetStandardValuesSupported (inherited from EnumConverter) | Overloaded. Gets a value indicating whether this object supports a standard set of values that can be picked from a list using the specified context. |
GetStandardValuesSupported (inherited from TypeConverter) | Overloaded. Returns whether this object 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 EnumConverter) | Overloaded. Gets a value indicating whether the given object value is valid for this type. |
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. |