[]
TypeConverter used to persist ImageEntry objects.
public class ImageEntryTypeConverter : TypeConverter
This converter causes Visual Studio to persist the type in code-behind, which is version-neutral.
Without this, the ImageEntry objects would be persisted as binary resources, along with their specific version, so upgrading the component version would break projects created with previous versions.
Name | Description |
---|---|
ImageEntryTypeConverter() |
Name | Description |
---|---|
CanConvertTo(ITypeDescriptorContext, Type) | Returns a value that indicates whether the object can be converted to a specified data type. |
ConvertTo(ITypeDescriptorContext, CultureInfo, object, Type) | Converts the object into the specified data type. |