ResXFileRef.Converter Class
Provides a type converter to convert data for a ResXFileRef to and from a string.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
A ResXFileRef.Converter provides the object the ResXFileRef refers to. For example, if the ResXFileRef is "xplogo.bmp;System.Drawing.Bitmap, System.Drawing", then calling the ConvertFrom method of the converter will return a Bitmap, not a ResXFileRef.
For more information about type converters, see the TypeConverter base class and How to: Implement a Type Converter.
Note: |
|---|
Typically, you do not directly create an instance of an ImageIndexConverter. Instead, call the GetConverter method of TypeDescriptor. For more information, see the examples in the TypeConverter base class. |
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Note: