net472_PropertyGridHelpers.Converters_TypeConverter 1 - dparvin/PropertyGridHelpers GitHub Wiki

TypeConverter<T> class

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

Public Members

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.

See Also

⚠️ **GitHub.com Fallback** ⚠️