System.Windows.Forms
2.0.0.0
System.ComponentModel.ExpandableObjectConverter
To be added.
Provides a type converter to convert objects from one type to another.
Constructor
2.0.0.0
To be added.
Initializes a new instance of the class.
Method
2.0.0.0
System.Boolean
Use the context parameter to extract additional information about the environment from which this converter is invoked. This parameter can be null, so always check it. Also, properties on the context object can return null.
Returns a value indicating whether the can convert a to the specified type, using the specified context.
true if this converter can perform the conversion; otherwise, false.
A that provides a format context.
A type representing the type to convert to.
Method
2.0.0.0
System.Object
To be added.
Converts the specified object to the specified type, using the specified context and culture information.
The that is the result of the conversion.
An that provides a format context.
A that represents information about a culture, such as language and calendar system. Can be null.
The to convert.
The to convert to.