Click or drag to resize

DataRowExtensionsAsBoolean Method

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