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 | Format context. |
destinationType | The type you want to convert to. | |
return | bool |
public ConvertTo ( ITypeDescriptorContext context, |
||
context | ITypeDescriptorContext | Format context. |
culture | The culture info. If null is passed, the current culture is assumed. | |
value | object | The objct to convert. |
destinationType | The type to convert to. | |
return | object |