CanConvertFrom (inherited from ReferenceConverter) | |
CanConvertFrom (inherited from TypeConverter) | Returns whether this converter can
convert an object of the given type to the type of this converter. |
CanConvertTo (inherited from TypeConverter) | Returns whether this converter
can convert the object to the specified type, using the specified context. |
CanConvertTo (inherited from TypeConverter) | Returns whether this converter can convert the object to the specified
type. |
ConvertFrom (inherited from ReferenceConverter) | |
ConvertFrom (inherited from TypeConverter) | Converts the given
value to the type of this converter. |
ConvertFromInvariantString (inherited from TypeConverter) | Converts the given string to the type of this converter, using the invariant culture. |
ConvertFromInvariantString (inherited from TypeConverter) | Converts the given string to the type of this converter, using the invariant culture. |
ConvertFromString (inherited from TypeConverter) | Converts the specified text to an object. |
ConvertFromString (inherited from TypeConverter) | Converts the given text to an object, using the specified context. |
ConvertFromString (inherited from TypeConverter) | Converts the given text to an object, using the
specified context and culture information. |
ConvertTo (inherited from ReferenceConverter) | |
ConvertTo (inherited from TypeConverter) | Converts
the given value object to the specified type, using the arguments. |
ConvertToInvariantString (inherited from TypeConverter) | Converts the specified value to a culture-invariant string representation. |
ConvertToInvariantString (inherited from TypeConverter) | Converts the specified value to a culture-invariant string representation, using the specified context. |
ConvertToString (inherited from TypeConverter) | Converts the specified value to a string representation. |
ConvertToString (inherited from TypeConverter) | Converts the given value to a string representation, using the given context. |
ConvertToString (inherited from TypeConverter) | Converts the given value to a string representation, using the specified context and culture information. |
CreateInstance (inherited from TypeConverter) | Creates an instance of the Type that this TypeConverter is associated with, using the specified context, given a set of property values for the
object. |
CreateInstance (inherited from TypeConverter) | 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) | Returns whether changing a value on this object requires a
call to CreateInstance to create a new value,
using the specified context. |
GetCreateInstanceSupported (inherited from TypeConverter) | 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) | Returns a collection of properties for
the type of array specified by the value parameter, using the specified context and
attributes. |
GetProperties (inherited from TypeConverter) | Returns a collection of properties for the type of array specified by the value
parameter. |
GetProperties (inherited from TypeConverter) | Returns a collection of
properties for the type of array specified by the value parameter, using the specified
context. |
GetPropertiesSupported (inherited from TypeConverter) | Returns whether this object supports properties, using the
specified context. |
GetPropertiesSupported (inherited from TypeConverter) | Returns whether this object supports properties. |
GetStandardValues (inherited from ReferenceConverter) | |
GetStandardValues (inherited from TypeConverter) | Returns a collection of standard values from the default context for the data type this type
converter is designed for. |
GetStandardValuesExclusive (inherited from ReferenceConverter) | |
GetStandardValuesExclusive (inherited from TypeConverter) | Returns whether the collection of standard values returned from
GetStandardValues is an exclusive list. |
GetStandardValuesSupported (inherited from ReferenceConverter) | |
GetStandardValuesSupported (inherited from TypeConverter) | 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 TypeConverter) | Returns whether the given value object is valid for this type and for the specified context. |
IsValid (inherited from TypeConverter) | Returns whether the given value object is valid for this type. |
ToString (inherited from Object) | Returns a String that represents the current Object. |