Method | Description | |
---|---|---|
CanConvertTo ( ITypeDescriptorContext context, |
Returns whether this converter can convert the object to the specified type, using the specified context.
|
|
ConvertTo ( ITypeDescriptorContext context, |
Converts the given value object to the specified type, using the specified context and culture information.
|
public CanConvertTo ( ITypeDescriptorContext context, |
||
context | ITypeDescriptorContext | An |
destinationType | A |
|
return | bool |
public ConvertTo ( ITypeDescriptorContext context, |
||
context | ITypeDescriptorContext | An |
culture | A |
|
value | object | The |
destinationType | The |
|
return | object |