Method | Description | |
---|---|---|
CanConvertFrom ( IValueContext context, |
||
CanConvertTo ( IValueContext context, |
||
ConvertFrom ( IValueContext context, |
||
ConvertTo ( IValueContext context, |
public CanConvertFrom ( IValueContext context, |
||
context | IValueContext | |
sourceType | ||
return | bool |
public CanConvertTo ( IValueContext context, |
||
context | IValueContext | |
destinationType | ||
return | bool |
public ConvertFrom ( IValueContext context, |
||
context | IValueContext | |
culture | ||
value | object | |
return | object |
public ConvertTo ( IValueContext context, |
||
context | IValueContext | |
culture | ||
value | object | |
destinationType | ||
return | object |