Click or drag to resize

BcfConvertHelpersGetNullToTypeDefaultConverterT Method

Gets a static converter returning default(T) when tries to convert .

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public static BcfConvert<T> GetNullToTypeDefaultConverter<T>()
where T : struct, new()

Type Parameters

T
Column ValueType

Return Value

Type: BcfConvertT
A static converter returning default(T) when tries to convert .
See Also