Method | Description | |
---|---|---|
CanConvertTo ( ITypeDescriptorContext context, |
Returns whether this converter can convert the object to the specified type.
|
|
ConvertTo ( ITypeDescriptorContext context, System culture, object val, |
Converts the given value object to the specified type.
|
|
GenericTypeConverter ( ) : System |
Initializes a new instance of the GenericTypeConverter class.
|
public CanConvertTo ( ITypeDescriptorContext context, |
||
context | ITypeDescriptorContext | |
destinationType | ||
return | bool |
public ConvertTo ( ITypeDescriptorContext context, System culture, object val, |
||
context | ITypeDescriptorContext | |
culture | System | |
val | object | |
destinationType | ||
return | object |