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