DoubleDecimalConverterPerformConvertTo Method  | 
 
            Performs the ConvertTo.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntaxprotected override Object PerformConvertTo(
	double value,
	Type destinationType
)
Protected Overrides Function PerformConvertTo ( 
	value As Double,
	destinationType As Type
) As Object
Parameters
- value
 - Type: SystemDouble
The value. - destinationType
 - Type: SystemType
Type of the destination. 
Return Value
Type: 
Objectvalue converted to destinationType
See Also