Method | Description | |
---|---|---|
ConvertFrom ( ITypeDescriptorContext context, System culture, object value ) : object |
Returns a type based on the assembly qualified name passed in as data.
|
|
ConvertTo ( ITypeDescriptorContext context, System culture, object value, |
Returns the assembly qualified name for the passed in Type.
|
public ConvertFrom ( ITypeDescriptorContext context, System culture, object value ) : object | ||
context | ITypeDescriptorContext | The container representing this System.ComponentModel.TypeDescriptor. |
culture | System | Culture info for assembly. |
value | object | Data to convert. |
return | object |
public ConvertTo ( ITypeDescriptorContext context, System culture, object value, |
||
context | ITypeDescriptorContext | The container representing this System.ComponentModel.TypeDescriptor. |
culture | System | Culture info for assembly |
value | object | Value to convert. |
destinationType | Type to convert to. | |
return | object |