GetDelimetedValue
Goes through all records in an array of DataRows and adds all the values for the field into a delimited String where each value is separated by passed in value of delimit parameter.
Parameters:
| Description | |
|---|---|
| drs | An array of DataRows that contain the field whose value will be used to create the delimited String. |
| field | field that must exist in each DataRow. |
| delimit | String value that will be used as a separator between each field value. |
Returns:
| Type | |
|---|---|
| System.String |
Parameters
- drs
- An array of DataRows that contain the field whose value will be used to create the delimited String.
- field
- field that must exist in each DataRow.
- delimit
- String value that will be used as a separator between each field value.
Return Value
String value that has all the field values seperated by the delimit value.Target Platforms: .NET Framework 1.1 or .NET Framework 2.0