Represents a user-defined tag.

The Tag..::..TagConverter type exposes the following members.

Methods

  Name Description
Public method CanConvertTo
Tests whether this converter can convert the object to the specified type.
(Overrides TypeConverter..::..CanConvertTo(ITypeDescriptorContext, Type).)
Public method ConvertTo
Converts the given value object to the specified type.
(Overrides TypeConverter..::..ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type).)

See Also