Click or drag to resize
CalculationWorks Logo
BcfColumnNotNullConverterTConvertValue Method
Return the value; or default(T) if value is null.

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

Parameters

value
Type: SystemObject
The value.

Return Value

Type: Object
System.Object.

Implements

IBcfColumnValueConverterConvertValue(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