System.Windows.Forms
1.0.5000.0
2.0.0.0
System.ComponentModel.TypeConverter
For more information about type converters, see the base class and [<topic://cpconImplementingTypeConverter>].
You should never create an instance of a . Instead, call the method of . For more information, see the examples in the base class.
Provides a type converter to convert objects to and from various other representations.
Constructor
To be added.
Initializes a new instance of the class.
1.0.5000.0
2.0.0.0
Method
System.Boolean
The parameter can be used to extract additional information about the environment this converter is being invoked from. This can be null, so always check. Also, properties on the context object can return null.
Gets a value indicating whether this converter can convert an object to the given destination type using the context.
true if this converter can perform the conversion; otherwise, false.
An that provides a format context.
A that represents the type you wish to convert to.
1.0.5000.0
2.0.0.0
Method
System.Object
To be added.
To be added.
To be added.
To be added.
To be added.
To be added.
To be added.
1.0.5000.0
2.0.0.0