Is it possible to pass whitespace to a C# program as a command line argument?
I am writing a script that parses a text document, and would like to allow users to specify their own separator, rather than hard-coding one.
However, if the separator is a space, then the program appears to discount it as an argument, whether surrounded by quote marks or not.