Click or drag to resize
CalculationWorks Logo
IBcfColumnValueConverterConvertValue Method
Converts the value.

Namespace: CalculationWorks.BusinessModel.Behaviors
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.0.2.0
Syntax
Object ConvertValue(
	Object value
)

Parameters

value
Type: SystemObject
The value.

Return Value

Type: Object
System.Object.
Remarks
The method is called immediately before a value is written into a cell. Input and calculated values passes this method.
Version Information

CalculationWorks.BusinessModel

Supported in: 3.0, 2.1, 2.0
See Also