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