GetBoolFromDataRow Method
- Last UpdatedNov 06, 2025
- 1 minute read
Convert and return the specified field of the supplied System.Data.DataRow as a bool If the value is a DB Null or the column does not exist or it doesn't convert to the specified type then return the specified default value.
| Overload | Description |
|---|---|
| GetBoolFromDataRow(DataRow,String,Boolean) | Convert and return the specified field of the supplied System.Data.DataRow as a bool If the value is a DB Null or the column does not exist or it doesn't convert to the specified type then return the specified default value. |
| GetBoolFromDataRow(DataRowView,String,Boolean) | Convert and return the specified field of the supplied System.Data.DataRowView as a bool If the value is a DB Null or the column does not exist or it doesn't convert to the specified type then return the specified default value. |