 | BcfColumnTryConvertAndFormat Method |
[This is preliminary documentation and is subject to change.]
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta6
Syntaxpublic abstract bool TryConvertAndFormat(
Object value,
out Object result
)
Public MustOverride Function TryConvertAndFormat (
value As Object,
<OutAttribute> ByRef result As Object
) As Boolean
Parameters
- value
- Type: SystemObject
The value to convert and format. - result
- Type: SystemObject
When method leaves contains the converted and formatted value.
Return Value
Type:
Booleantrue if convert was successful; otherwise
false.
Version InformationBCF
Supported in: 4.0
See Also