 | BcfColumnTryConvertAndFormatObject Method |
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntaxpublic bool TryConvertAndFormatObject(
Object value,
out Object result
)
Public Function TryConvertAndFormatObject (
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 returns the converted and formatted value; otherwise default(T).
Return Value
Type:
Boolean if convert was successful; otherwise
.
See Also