Wednesday, November 20, 2013

Input String

i think you have to edit your second line:



string[] cord = x.Split(new Char[] { ' ', ',', '\t' });

into this:



string[] cord = x.Split(new Char[] { ' ', ',', '\t', ';' });





Microsoft Certified Solutions Developer - Windows Store Apps Using C#


No comments:

Post a Comment