If there's just one line in the file then I'd think that calling File.ReadAllText to read the file into a String and then calling Split on that String to create an array would be the way to go. You...