Method | Description | |
---|---|---|
ConvertFrom ( ITypeDescriptorContext context, |
Converts the given object to the type of this converter, using the specified context and culture information.
|
|
ConvertTo ( ITypeDescriptorContext context, |
Converts the given value object to the specified type, using the specified context and culture information.
|
public ConvertFrom ( ITypeDescriptorContext context, |
||
context | ITypeDescriptorContext | An |
culture | The |
|
value | object | The |
return | object |
public ConvertTo ( ITypeDescriptorContext context, |
||
context | ITypeDescriptorContext | An |
culture |
/// A |
|
value | object | The |
destinationType | The |
|
return | object |