Click or drag to resize

Int64DecimalConverterPerformConvertTo 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)
Syntax
protected override Object PerformConvertTo(
	long value,
	Type destinationType
)

Parameters

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

Return Value

Type: Object
value converted to destinationType
See Also