Click or drag to resize

BcfConvertHelpersCreateNullConverterT Method

Creates a converter returning nullValue when tries to convert .

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public static BcfConvert<T> CreateNullConverter<T>(
	T nullValue
)

Parameters

nullValue
Type: T
The value the converter returns when tries to convert .

Type Parameters

T
Column ValueType

Return Value

Type: BcfConvertT
A converter returning nullValue when tries to convert .
See Also