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