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 ,>
,>
You could use a string.replace if it is always two commas at the end
http://msdn.microsoft.com/en-us/library/fk49wtc1.aspx