FAQ - VB to C sharp net guide
Question
The best overloaded method match for 'string.Split(params char[])' has some invalid arguments
Answer
The best overloaded method match for 'string.Split(params
char[])' has some invalid arguments
The problem here is that Split takes a string and the parametes
being passed are character variables. A character variable is a
single character only.
Other conventions that may trap the experienced vb
programmer
If you found this information useful, please share it!
This FAQ was last updated on 21 July 2011