TypeConverter Members
.NET Framework 1.1
Public Constructors
TypeConverter Constructor Supported by the .NET Compact Framework. | Initializes a new instance of the TypeConverter class. |
Public Methods
CanConvertFrom | Overloaded. Returns whether this converter can convert an object of one type to the type of this converter. |
CanConvertTo | Overloaded. Returns whether this converter can convert the object to the specified type. |
ConvertFrom | Overloaded. Converts the given value to the type of this converter. |
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 (inherited from Object)
Supported by the .NET Compact Framework. | Overloaded. Determines whether two Object instances are equal. |
GetCreateInstanceSupported | Overloaded. Returns whether changing a value on this object requires a call to CreateInstance to create a new value. |
GetHashCode (inherited from Object)
Supported by the .NET Compact Framework. | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
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 for the data type this type converter is designed for. |
GetStandardValuesExclusive | Overloaded. Returns whether the collection of standard values returned from GetStandardValues is an exclusive list. |
GetStandardValuesSupported | Overloaded. Returns whether this object supports a standard set of values that can be picked from a list. |
GetType (inherited from Object)
Supported by the .NET Compact Framework. | Gets the Type of the current instance. |
IsValid | Overloaded. Returns whether the given value object is valid for this type. |
ToString (inherited from Object)
Supported by the .NET Compact Framework. | Returns a String that represents the current Object. |
Protected Methods
Finalize (inherited from Object)
Supported by the .NET Compact Framework. | Overridden. Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
In C# and C++, finalizers are expressed using destructor syntax. |
GetConvertFromException | Returns an exception to throw when a conversion cannot be performed. |
GetConvertToException | Returns an exception to throw when a conversion cannot be performed. |
MemberwiseClone (inherited from Object)
Supported by the .NET Compact Framework. | Creates a shallow copy of the current Object. |
SortProperties | Sorts a collection of properties. |
