CalculationWorks Logo
IBcfColumnValueConverterConvertValue Method CalculationWorks BCF Library 1.1 for .NET Framework 4.5

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

Converts the value.

Namespace: CalculationWorks.BusinessModel.Behaviors
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 1.1.0.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.
See Also

Reference