DataHelperGetBoolValue Method (DataRow, String, Boolean) |
Gets the bool variable from given DataRow.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax public static bool GetBoolValue(
DataRow dr,
string columnName,
bool defaultValue = false
)
Parameters
- dr
- Type: System.DataDataRow
DataRow with the data - columnName
- Type: SystemString
Column name - defaultValue (Optional)
- Type: SystemBoolean
Default value
Return Value
Type:
BooleanSee Also