Click or drag to resize
SystemTypeConverterBaseTPerformConvertTo Method
Performs the ConvertTo.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
protected virtual Object PerformConvertTo(
	T value,
	Type destinationType
)

Parameters

value
Type: T
The value.
destinationType
Type: SystemType
Type of the destination.

Return Value

Type: Object
value converted to destinationType
Remarks
By default it uses Convert.ChangeType. Value is guaranteed to be non-null and of type T
See Also