Click or drag to resize

DataRowExtensionsAsDecimal Method

Overload List
  Name Description
Public Extension Method AsDecimal(DataRow, Int32) Attempts to type cast the specified column of a to the defined type.
Public Extension Method AsDecimal(DataRow, String) Attempts to type cast the specified column of a to the defined type.
Public Extension Method AsDecimal(DataRow, Int32, Decimal) Attempts to type cast the specified column of a to the defined type.
Public Extension Method AsDecimal(DataRow, String, Decimal) Attempts to type cast the specified column of a to the defined type.
Top
See Also