-1
votes
Split string containing command-line parameters into string[] in C#
Not sure if I understood you, but is the problem that the character used as splitter, is also to be found inside the text? (Except for that it is escaped with double "?)
If so, I would crea …
