Method | Description | |
---|---|---|
CanConvertFrom ( ITypeDescriptorContext context, |
Can we convert from a the sourcetype to a IExpression? Currently only supports conversion from a System.String instance. |
|
ConvertFrom ( ITypeDescriptorContext context, |
Convert from a System.String value to an IExpression instance.
|
public CanConvertFrom ( ITypeDescriptorContext context, |
||
context | ITypeDescriptorContext |
/// A |
sourceType |
/// A |
|
return | bool |
public ConvertFrom ( ITypeDescriptorContext context, |
||
context | ITypeDescriptorContext |
/// A |
culture |
/// The |
|
value | object | /// The value that is to be converted. /// |
return | object |