Line must be divided into words and write them into the string array [].
Answer 1, Authority 100%
Using String.Split ()
string [] mystring = str.split (',');
You can also use the separators array, more detailed here:
https://msdn.microsoft.com /ru-ru/Library/TabH47CF(V=VS.110).aspx