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