ReaderConvertValue Method

Converts the string value according to the column definition.

Namespace: Dundas.BI.Data.DataProviders
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
protected Object? ConvertValue(
	string originalValue,
	IDataElement dataElement,
	IFormatProvider? formatProvider,
	string dataWarningSource
)

Parameters

originalValue  String
The string value.
dataElement  IDataElement
The column definition.
formatProvider  IFormatProvider
The format provider. If provider is null, the current culture is used.
dataWarningSource  String
The data warning source.

Return Value

Object
The value.
Exceptions
ExceptionCondition
ArgumentExceptionConversion results in NULL value, however the column does not allow NULLs.
See Also