System.Drawing.ImageConverter
ImageConverter is a class that can be used to convert Image objects from one data type to another. Access this class through the TypeDescriptor object.
namespace System.Drawing
{
public class ImageConverter : TypeConverter
{
public ImageConverter();
}
}