Method | Description | |
---|---|---|
CanConvertTo ( ITypeDescriptorContext context, Type destinationType ) : bool | ||
ConvertTo ( ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType ) : object |
public CanConvertTo ( ITypeDescriptorContext context, Type destinationType ) : bool | ||
context | ITypeDescriptorContext | |
destinationType | Type | |
return | bool |
public ConvertTo ( ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType ) : object | ||
context | ITypeDescriptorContext | |
culture | CultureInfo | |
value | object | |
destinationType | Type | |
return | object |