Click or drag to resize
CustomConvertChangeType 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: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.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