Method | Description | |
---|---|---|
CanConvertFrom ( ITypeDescriptorContext context, |
Returns true if converting from a string to a Parameter.
|
|
CanConvertTo ( ITypeDescriptorContext context, |
Returns true if converting from a Parameter to a string.
|
|
ConvertFrom ( ITypeDescriptorContext context, |
Returns a Parameter from the given string.
|
|
ConvertTo ( ITypeDescriptorContext context, |
Returns the string representation of a Parameter.
|
public CanConvertFrom ( ITypeDescriptorContext context, |
||
context | ITypeDescriptorContext | |
sourceType | ||
return | bool |
public CanConvertTo ( ITypeDescriptorContext context, |
||
context | ITypeDescriptorContext | |
destinationType | ||
return | bool |
public ConvertFrom ( ITypeDescriptorContext context, |
||
context | ITypeDescriptorContext | |
culture | ||
value | object | |
return | object |
public ConvertTo ( ITypeDescriptorContext context, |
||
context | ITypeDescriptorContext | |
culture | ||
value | object | |
destinationType | ||
return | object |