Method | Description | |
---|---|---|
CanConvertFrom ( object sourceValue, |
Always returns false.
|
|
CanConvertTo ( object sourceValue, |
Returns true if the destinationType is an Int32 (or nullable).
|
|
ConvertFrom ( object sourceValue, |
Always returns null.
|
|
ConvertTo ( object sourceValue, |
Returns an Int32 (or null) from an AttributeColumn.
|
public CanConvertFrom ( object sourceValue, |
||
sourceValue | object | The value to convert from. |
destinationType | The type to convert to. | |
return | bool |
public CanConvertTo ( object sourceValue, |
||
sourceValue | object | Should always be an |
destinationType | The type to convert to. | |
return | bool |
public ConvertFrom ( object sourceValue, |
||
sourceValue | object | The vaue to convert from. |
destinationType | The type to convert to. | |
formatProvider | IFormatProvider | An |
ignoreCase | bool | Whether to ignore case during conversion. |
return | object |
public ConvertTo ( object sourceValue, |
||
sourceValue | object | The |
destinationType | The type to convert to. | |
formatProvider | IFormatProvider | An |
ignoreCase | bool | Whether to ignore case during conversion. |
return | object |