Click or drag to resize

BcfConvertT Delegate

[This is preliminary documentation and is subject to change.]

Tries to converts objects to Value-property-type and returns true if conversion was successful; otherwise false.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntax
public delegate bool BcfConvert<T>(
	BcfColumn<T> column,
	Object proposedValue,
	out T convertedValue
)

Parameters

column
Type: CalculationWorks.BusinessModelBcfColumnT
The column.
proposedValue
Type: SystemObject
The input value.
convertedValue
Type: T
The converted value.

Type Parameters

T
The Value-property-type.

Return Value

Type: Boolean
See Also