[]
A generic type converter which inherited from ExpandableObjectConverter and can be used for various type of objects in FpChart.
public class GenericTypeConverter<T> : ExpandableObjectConverter
Public Class GenericTypeConverter(Of T)
Inherits ExpandableObjectConverter
Name | Description |
---|---|
T | Type of the object. |
Name | Description |
---|---|
GenericTypeConverter() | Initializes a new instance of the GenericTypeConverter<T> class. |
Name | Description |
---|---|
CanConvertTo(ITypeDescriptorContext, Type) | Determines whether the control can convert the context to the specified type. |
ConvertTo(ITypeDescriptorContext, CultureInfo, object, Type) | Converts the context to the specified culture and type. |