Click or drag to resize

DataRowExtensionsAsDouble Method

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