Метод | Описание | |
---|---|---|
CanConvertFrom ( ITypeDescriptorContext context, |
Gets a value indicating whether this converter can convert an object in the given source type to a
|
|
CanConvertTo ( ITypeDescriptorContext context, |
Gets a value indicating whether this converter can convert an object to the given destination type using the context.
|
|
ConvertFrom ( ITypeDescriptorContext context, CultureInfo culture, object value ) : object |
Converts the given value object to a
|
|
ConvertTo ( ITypeDescriptorContext context, CultureInfo culture, object value, |
Converts the given value object to a
|
public CanConvertFrom ( ITypeDescriptorContext context, |
||
context | ITypeDescriptorContext | |
sourceType | ||
Результат | bool |
public CanConvertTo ( ITypeDescriptorContext context, |
||
context | ITypeDescriptorContext | |
destinationType | ||
Результат | bool |
public ConvertFrom ( ITypeDescriptorContext context, CultureInfo culture, object value ) : object | ||
context | ITypeDescriptorContext | |
culture | CultureInfo | |
value | object | |
Результат | object |
public ConvertTo ( ITypeDescriptorContext context, CultureInfo culture, object value, |
||
context | ITypeDescriptorContext | |
culture | CultureInfo | |
value | object | |
destinationType | ||
Результат | object |