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