PSDataTable.GetColumnAsBoolean Method
Include Protected Members
Include Inherited Members
Gets the Boolean value of a column in a DataRow object.
Overload List
Name | Description | |
---|---|---|
![]() ![]() |
GetColumnAsBoolean(DataRow, String) | Gets the Boolean value of the specified column in a DataRow object. |
![]() ![]() |
GetColumnAsBoolean(DataRow, String, Boolean) | Gets the Boolean value of the specified column in a DataRow object, or a default value. |
Top