You've used http://www.developerfusion.com/tools/convert/vb-to-csharp/ whist its done a fairly good job there are some errors which need your attention...
So I get this error message:
cannot convert from 'string' to 'char[]'
So what is the problem? Most likely its that "xyz" is defined as a character where the variable 'xyz' note the single quotes is designnated as a string.
Hardcoded (single) character value: " x "
Hardcoded string value: ' x '
|
© 2009 Added Value Applications
|