 | 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-beta6
Syntaxpublic override Object ConvertAndFormat(
Object value
)
Public Overrides Function ConvertAndFormat (
value As Object
) As Object
Parameters
- value
- Type: SystemObject
Return Value
Type:
ObjectThe converted and formatted value.
Version InformationBCF
Supported in: 4.0
See Also