GetValueFromRowAsDouble

Method GetValueFromRowAsDouble Method

Class :CA.Blocks.DataAccess.DataHelper

Namespace :CA.Blocks.DataAccess

Assembly : CA.Blocks.DataAccess.dll

Overloads

StaticGetValueFromRowAsDouble(System.Data.DataRow,System.String)
StaticGetValueFromRowAsDouble(System.Data.DataRow,System.Int32)
StaticGetValueFromRowAsDouble(System.Data.DataRow,System.Data.DataColumn)
StaticGetValueFromRowAsDouble(System.Data.DataRow,System.String)

Will get the data value from the row as an Double. If the value is null an will be thrown This procedure assumes that the data is an Double, if not a cast exception will be thrown.

Parameters
NameTypeDescription
drSystem.Data.DataRow
sColumnNameSystem.String
Returns

System.Double

StaticGetValueFromRowAsDouble(System.Data.DataRow,System.Int32)

Parameters
NameTypeDescription
drSystem.Data.DataRow
columnIndexSystem.Int32
Returns

System.Double

StaticGetValueFromRowAsDouble(System.Data.DataRow,System.Data.DataColumn)

Parameters
NameTypeDescription
drSystem.Data.DataRow
dcSystem.Data.DataColumn
Returns

System.Double