Метод | Описание | |
---|---|---|
CanConvertFrom ( IValueContext context, |
||
CanConvertTo ( IValueContext context, |
||
ConvertFrom ( IValueContext context, |
||
ConvertTo ( IValueContext context, |
public CanConvertFrom ( IValueContext context, |
||
context | IValueContext | |
sourceType | ||
Результат | bool |
public CanConvertTo ( IValueContext context, |
||
context | IValueContext | |
destinationType | ||
Результат | bool |
public ConvertFrom ( IValueContext context, |
||
context | IValueContext | |
culture | ||
value | object | |
Результат | object |
public ConvertTo ( IValueContext context, |
||
context | IValueContext | |
culture | ||
value | object | |
destinationType | ||
Результат | object |