Click or drag to resize
Int32DecimalConverter.PerformConvertTo Method
Performs the ConvertTo.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntax
protected override Object PerformConvertTo(
	int value,
	Type destinationType
)

Parameters

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

Return Value

Type: Object
value converted to destinationType
See Also