Click or drag to resize

BcfColumnTFormatValue Method

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

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.0.0-beta7
Syntax
public T FormatValue(
	T value
)

Parameters

value
Type: T

Return Value

Type: T
The formatted value.
See Also