Click or drag to resize

BcfColumnTryConvertAndFormatObject Method

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

Tries to convert and format the specified value as configured in Converter and Formatter.

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

Parameters

value
Type: SystemObject
The value to convert and format.
result
Type: SystemObject
When method returns true the converted and formatted value; otherwise default(T).

Return Value

Type: Boolean
true if convert was successful; otherwise false.
See Also