[]
Expandable object converter that doesn't handle strings.
public class GenericTypeConverter : ExpandableObjectConverter
Name | Description |
---|---|
GenericTypeConverter() |
Name | Description |
---|---|
CanConvertFrom(ITypeDescriptorContext, Type) | Overloaded. Returns whether this converter can convert an object of one type to the type of this converter. |
CanConvertTo(ITypeDescriptorContext, Type) | Overloaded. Returns whether this converter can convert the object to the specified type. |