Click or drag to resize

BcfConvertHelpersGetNullToEmptyStringConverter Method

Gets a static converter returning Empty when tries to convert .

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public static BcfConvert<string> GetNullToEmptyStringConverter()

Return Value

Type: BcfConvertString
A static converter returning Empty when tries to convert .
See Also