Click or drag to resize

BcfColumnTTryConvertAndFormat Method

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.2.0
Syntax
public bool TryConvertAndFormat(
	Object value,
	out T result
)

Parameters

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

Return Value

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