XmlConfiguratonOperatorConvertTypeTo Method |
Converts an object to the target type.
Namespace: X3Platform.ConfigurationAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic static Object ConvertTypeTo(
Object sourceInstance,
Type targetType
)
public:
static Object^ ConvertTypeTo(
Object^ sourceInstance,
Type^ targetType
)
Parameters
- sourceInstance
- Type: SystemObject
The object to convert to the target type. - targetType
- Type: SystemType
The type to convert to.
Return Value
Type:
ObjectThe converted object.
Remarks
Converts an object to the target type.
See Also