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