Click or drag to resize

BooleanNumericConverterPerformConvertTo Method

Performs the ConvertTo.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntax
protected override Object PerformConvertTo(
	bool value,
	Type destinationType
)

Parameters

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

Return Value

Type: Object
value converted to destinationType
Remarks
Value is guaranteed to be non-null
See Also