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