I am using the .Split(\',\') method on a string that I know has values delimited by commas and I want those values to be separated and put into a string[]
You should probably read this article: Regular Expression for Comma Based Splitting Ignoring Commas inside Quotes
Although it is for Java, but the regular expression is the same.