 | 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
Syntaxpublic T FormatValue(
T value
)
Public Function FormatValue (
value As T
) As T
Parameters
- value
- Type: T
Return Value
Type:
TThe formatted value.
See Also