Click or drag to resize

TypeUtilChangeType Method

Change the specified object to the specified type, forcing larger integers into smaller ones without exceptions.

Namespace:  Nova.Utilities
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public static Object ChangeType(
	Object obj,
	Type toType
)

Parameters

obj
Type: SystemObject
toType
Type: SystemType

Return Value

Type: Object
See Also