BcfConvertHelpers Class |
Namespace: CalculationWorks.BusinessModel
The BcfConvertHelpers type exposes the following members.
| Name | Description | |
|---|---|---|
| CreateNullConverterT |
Creates a converter returning nullValue when tries to convert .
| |
| GetNullToColumnDefaultConverterT |
Gets a static converter returning columns DefaultValue when tries to convert .
| |
| GetNullToEmptyStringConverter |
Gets a static converter returning Empty when tries to convert .
| |
| GetNullToTypeDefaultConverterT |
Gets a static converter returning default(T) when tries to convert .
|