Convert a type to another type. Used for expandable objects.
public class TypeConverter<T> : ExpandableObjectConverter, IDisposable
parameter |
description |
T |
type to convert to or from |
name |
description |
TypeConverter() |
The default constructor. |
override CanConvertFrom(…) |
Determines whether this instance can convert from the specified context. |
override CanConvertTo(…) |
Determines whether this instance can convert to the specified context. |
override ConvertTo(…) |
Converts to. |
Dispose() |
Releases unmanaged and - optionally - managed resources. |