System.Windows.Forms 2.0.0.0 System.ComponentModel.TypeConverter Use the class to convert links of one type to another type, and to access standard values and subordinate properties. Access this class through . Provides a type converter for objects. Constructor 2.0.0.0 To be added. Initializes a new instance of the class. Method 2.0.0.0 System.Boolean To be added. Retrieves a value that determines if this can convert an object having the specified context and source type to the native type of the . true if this can convert the specified object; otherwise, false. An providing contextual information about the object to be converted. The type of the object to be converted. Method 2.0.0.0 System.Boolean To be added. Retrieves a value that determines if this can convert an object having the specified context to the specified type. true if this can convert the specified object; otherwise, false. An providing contextual information about the object to be converted. The type to convert the object to. Method 2.0.0.0 System.Object To be added. Converts the specified object to the native type of the . The converted object. An providing contextual information about the object to be converted. Cultural attributes of the object to be converted. If this parameter is null, the property value is used. The object to be converted. Method 2.0.0.0 System.Object The most common conversion is from one to another . The default implementation calls on the object if the object is valid and if the is . Converts the specified object to another type. The converted object. An providing contextual information about the object to be converted. Cultural attributes of the object to be converted. If this parameter is null, the property value is used. The object to be converted. The type to convert the object to.