This documentation is archived and is not being maintained.
TargetConverter Members
Visual Studio 2008
Converts a value that represents the location (target) in which to display the content resulting from a Web navigation to a string. This class also converts a string to a target value.
The TargetConverter type exposes the following members.
| Name | Description | |
|---|---|---|
|
CanConvertFrom | Overloaded. Gets a value indicating whether this converter can convert an object in the given source type to a string using the specified context. |
|
CanConvertTo | Overloaded. Returns whether this converter can convert the object to the specified type. |
|
ConvertFrom | Overloaded. Converts the specified value object to a String object. |
|
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. Converts the given value object to the specified type. |
|
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 from the default context for the data type this type converter is designed for. |
|
GetStandardValuesExclusive | Overloaded. Returns a value that indicates whether the collection of standard values returned from the GetStandardValues method is an exclusive list. |
|
GetStandardValuesSupported | Overloaded. Returns a value that indicates whether this object supports a standard set of values that can be picked from a list, using the specified context. |
|
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: