Click or drag to resize

BcfColumnTConvertAndFormat Method

[This is preliminary documentation and is subject to change.]

Converts and formats the specified value as configured in Converter and Formatter and returns the result.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntax
public T ConvertAndFormat(
	Object value
)

Parameters

value
Type: SystemObject

Return Value

Type: T
The converted and formatted value.
See Also