I have a DataSet of rows, I have a field or a column in each row that I wish to split. The string in this column is separated by special symbols, for example "Name - Tampa/FL - 43188". I want to split this string extracting "Name", "City", "Sate" and "Zip" into different strings.
Here is an example of the row and field:
string clientName = dataRow["Client Location"].ToString();

New Topic/Question
Reply




MultiQuote






|