Méthode | Description | |
---|---|---|
CanConvertFrom ( ITypeDescriptorContext context, Type, sourceType ) : 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, | |
Résultat | bool |
public ConvertFrom ( ITypeDescriptorContext context, CultureInfo, culture, object value ) : object | ||
context | ITypeDescriptorContext | |
culture | CultureInfo, | |
value | object | |
Résultat | object |
public ConvertTo ( ITypeDescriptorContext context, CultureInfo, culture, object value, Type, destinationType ) : object | ||
context | ITypeDescriptorContext | |
culture | CultureInfo, | |
value | object | |
destinationType | Type, | |
Résultat | object |