Click or drag to resize

BcfColumnTFormatValue Method

Returns the formatted value. If no formatter specified on this column value will be returned.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public T FormatValue(
	T value
)

Parameters

value
Type: T

Return Value

Type: T
The formatted value.
See Also