Overload List

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

See Also