PSDataTable.GetColumnAsBoolean method
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