blah blah blah is here! blah blah » Close

0
votes
1 answers

C# String Split

Hi, I keep on getting the following error message: "Input string was not in a correct format." here is my code: public void AddStadiumsToDB(string[] stadiums, string donepath) { int stadiumid ...

Feedback