Provides a type converter to convert object references to and from various other representations.
Object
TypeConverter
ReferenceConverter
[Visual Basic] Public Class ReferenceConverter Inherits TypeConverter [C#] public class ReferenceConverter : TypeConverter [C++] public __gc class ReferenceConverter : public TypeConverter [JScript] public class ReferenceConverter extends TypeConverter
It is typically used within the context of sited components or a design environment. Without a component site or a usable ITypeDescriptorContext this converter is of little use.
Namespace: System.ComponentModel
Assembly: System.dll