Where are the numbers coming from?

If your gonna do the string approach, use a delimeter. Then use the Split() function on the string, you'll get an array from that. You can then iterate through the array, adding the array elements to the list.