Method
Description
CanConvertForm
Takes a type as a parameter and returns true if the converter can convert an object to the type of the converter; otherwise returns false
CanConverTo
Takes a type as a parameter and returns true if the converter can converts an object to a given type; other wise return false.
ConvertFrom
Converts an object to the type of converter and returns the converted object
ConvetTo
Converts a specified object to the new and returns the object
GetStanderdValues
Returns a collection of standard values (collection type) for the data type for which this type converter is designed.
GetStandardValuesSupported
Identifies whether this object supports a standard set of values.
FromHtml
Translates from an HTML color representation to a Color structure
FromOle
Translates from an OLE color value to a Color structure
FromWinthe-colorconverter-and-colortranslater-classes-in-gdi
Translates from an windows color to a Color structure
ToHtml
Translates from a Color structure to HTML color representation.
ToOle
Translates from a Color structure to OLE color.
ToWinthe-colorconverter-and-colortranslater-classes-in-gdi
Translates from a Color structure to window color.