Splitt en tekststreng på mellomrom.
var allId = line.Split(new char[] {' '}, StringSplitOptions.RemoveEmptyEntries);