Click or drag to resize
DoubleDecimalConverter.PerformConvertTo 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 override Object PerformConvertTo(
	double value,
	Type destinationType
)

Parameters

value
Type: System.Double
The value.
destinationType
Type: System.Type
Type of the destination.

Return Value

Type: Object
value converted to destinationType
See Also