 | 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
Syntaxpublic static BcfConvert<string> GetNullToEmptyStringConverter()
Public Shared Function GetNullToEmptyStringConverter As BcfConvert(Of String)
Return Value
Type:
BcfConvertStringA static converter returning
Empty when tries to convert
.
See Also