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