Method | Description | |
---|---|---|
CanConvertFrom ( System context, |
||
CanConvertTo ( System context, |
||
ConvertFrom ( System context, System culture, object value ) : object |
Converts the given object to the converter's native type.
|
|
ConvertTo ( System context, System culture, object value, |
public CanConvertFrom ( System context, |
||
context | System | |
sourceType | ||
return | bool |
public CanConvertTo ( System context, |
||
context | System | |
destinationType | ||
return | bool |
public ConvertFrom ( System context, System culture, object value ) : object | ||
context | System | A |
culture | System | A |
value | object | The object to convert. |
return | object |
public ConvertTo ( System context, System culture, object value, |
||
context | System | |
culture | System | |
value | object | |
destinationType | ||
return | object |