c# - How can i solve "0 " value try to get length value? -


If I try to add int value to an array of strings length then why is the whole data "0"? And how can this solve it? (Ii = 0; i

 for  (int j = 0; j  

This is not related to the mycounter because:

  string testing = ""; Foreach (DataColumn DC in dTable.Columns) {// MessageBox.Show (dTable.Rows [i] [DC] .toString ()) for (int i = 0; i    Could the empty string be in the previous column? 


Comments