PSDataTable.GetColumnAsInt32 Method
Include Protected Members
Include Inherited Members
Gets the integer value of a column in a DataRow object.
Overload List
Name | Description | |
---|---|---|
GetColumnAsInt32(DataRow, String) | Gets the integer value of the specified column in a DataRow object. | |
GetColumnAsInt32(DataRow, String, Int32) | Gets the integer value of the specified column in a DataRow object, or a default value. |
Top