Method | Description | |
---|---|---|
ConvertFromObjectToObject ( object value, |
Converts the specified object to an object.
|
|
ConvertFromObjectToString ( object value ) : string |
Converts the specified object to a string.
|
|
ConvertFromObjectToString ( object value, |
Converts from object to string.
|
|
ConvertFromStringToObject ( string value, |
Converts the specified string value to an object.
|
|
ConvertFromStringToObject ( string value, |
Converts from string to object.
|
|
ObjectConverterService ( ) : System |
Initializes a new instance of the ObjectConverterService class.
|
public ConvertFromObjectToObject ( object value, |
||
value | object | The value. |
targetType | Type of the target. | |
return | object |
public ConvertFromObjectToString ( object value ) : string | ||
value | object | The value. |
return | string |
public ConvertFromObjectToString ( object value, |
||
value | object | The value. |
culture | The culture. | |
return | string |
public ConvertFromStringToObject ( string value, |
||
value | string | The value. |
targetType | The target type. | |
return | object |
public ConvertFromStringToObject ( string value, |
||
value | string | The value. |
targetType | Type of the target. | |
culture | The culture. | |
return | object |