Click or drag to resize
XmlConfiguratonOperatorConvertTypeTo Method
Converts an object to the target type.

Namespace: X3Platform.Configuration
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
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: Object
The converted object.
Remarks

Converts an object to the target type.

See Also