Click or drag to resize
TestUtilitiesChangeType Method
Converts a value from one type to another, as per the standard ChangeType(Object, Type), except that this version can cope with the conversion of NullableT types.

Namespace: Test.Framework
Assembly: Test.Framework (in Test.Framework.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Object ChangeType(
	Object value,
	Type type,
	IFormatProvider provider
)

Parameters

value
Type: SystemObject
type
Type: SystemType
provider
Type: SystemIFormatProvider

Return Value

Type: Object
See Also