DataTypeTryConvertValue Method

Convert the value to this data type.

Namespace:  Dundas.BI.Data.Metadata
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public bool TryConvertValue(
	Object value,
	IFormatProvider provider,
	out Object convertedValue
)

Parameters

value
Type: SystemObject
The value.
provider
Type: SystemIFormatProvider
An object that supplies culture-specific formatting information.
convertedValue
Type: SystemObject
The converted value.

Return Value

Type: Boolean
Indicates whether the conversion was successful.
See Also