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)
Syntaxpublic bool TryConvertValue(
Object value,
IFormatProvider provider,
out Object convertedValue
)
Public Function TryConvertValue (
value As Object,
provider As IFormatProvider,
<OutAttribute> ByRef convertedValue As Object
) As Boolean
public:
bool TryConvertValue(
Object^ value,
IFormatProvider^ provider,
[OutAttribute] Object^% convertedValue
)
member TryConvertValue :
value : Object *
provider : IFormatProvider *
convertedValue : Object byref -> bool
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:
BooleanIndicates whether the conversion was successful.
See Also