Overload List

  Name Description
Public method Static member GetDouble(DataRow, DataColumn)
Gets the value of the specified column as a Double.
Public method Static member GetDouble(DataRow, Int32)
Gets the value of the specified column as a Double.
Public method Static member GetDouble(DataRow, String)
Gets the value of the specified column as a Double.
Public method Static member GetDouble(DataRow, DataColumn, DataRowVersion)
Gets the value of the specified column as a Double.
Public method Static member GetDouble(DataRow, Int32, DataRowVersion)
Gets the value of the specified column as a Double.
Public method Static member GetDouble(DataRow, String, DataRowVersion)
Gets the value of the specified column as a Double.

See Also