ResXFileRef.Converter Class
Provides a type converter to convert data for a ResXFileRef to and from a string.
For a list of all members of this type, see ResXFileRef.Converter Members.
System.Object
System.ComponentModel.TypeConverter
System.Resources.ResXFileRef.Converter
[Visual Basic] Public Class ResXFileRef.Converter Inherits TypeConverter [C#] public class ResXFileRef.Converter : TypeConverter [C++] public __gc class ResXFileRef.Converter : public TypeConverter [JScript] public class ResXFileRef.Converter extends TypeConverter
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Remarks
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 Implementing 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.
Requirements
Namespace: System.Resources
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)