I have a string that has the following format:
string sample = \"A, ABC, 1, ACS,,\"
As you can see, there are 5 occurences of the ,>
,>
Use the String.Substring method
http://msdn.microsoft.com/en-us/library/system.string.substring(v=VS.100).aspx