The C# string function "Split"

  • Thread starter Thread starter Big Dad 567
  • Start date Start date
B

Big Dad 567

Guest
I wrote some code with VS 2017 in which I split up the input stream using the "Split" which appears to be the string class, and every thing went went.

Recently, I tried to used the same technique and code while using VS 2019, the compiler gave all sorts of error messages which didn't make any scents and then said the "Split" function was not part of string class even though the documentation said it was. I tried it with several different syntax but I got many errors and suggestions to repairs that didn't solve the problem. In one case the VS indicated that it was part of the string class and got to put it in, but other errors occurred.

Is there something wrong in VS 2019 that prevents it working properly?

Continue reading...
 
Back
Top