Click or drag to resize

BcfColumnTryConvertAndFormat Method

[This is preliminary documentation and is subject to change.]

Try to converts and formats the specified value as configured in Converter and Formatter.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta6
Syntax
public abstract bool TryConvertAndFormat(
	Object value,
	out Object result
)

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: Boolean
true if convert was successful; otherwise false.
Version Information

BCF

Supported in: 4.0
See Also