Method | Description | |
---|---|---|
CanConvertFrom ( ITypeDescriptorContext context, Type sourceType ) : bool | ||
CanConvertTo ( ITypeDescriptorContext context, Type destinationType ) : bool | ||
ConvertFrom ( ITypeDescriptorContext context, CultureInfo culture, object value ) : object | ||
ConvertTo ( ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType ) : object |
public CanConvertFrom ( ITypeDescriptorContext context, Type sourceType ) : bool | ||
context | ITypeDescriptorContext | |
sourceType | Type | |
return | bool |
public CanConvertTo ( ITypeDescriptorContext context, Type destinationType ) : bool | ||
context | ITypeDescriptorContext | |
destinationType | Type | |
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 |