Method | Description | |
---|---|---|
CanConvertFrom ( ITypeDescriptorContext context, System sourceType ) : bool |
Returns whether this converter can convert an object of the given type to the type of this converter, using the specified context.
|
|
ConvertFrom ( ITypeDescriptorContext context, |
Converts the given object to the type of this converter, using the specified context and culture information.
|
public CanConvertFrom ( ITypeDescriptorContext context, System sourceType ) : bool | ||
context | ITypeDescriptorContext | An |
sourceType | System | A |
return | bool |
public ConvertFrom ( ITypeDescriptorContext context, |
||
context | ITypeDescriptorContext | An |
culture | The |
|
value | object | The |
return | object |