Example #1
0
        //---------------------------------------------------------------------
        string EscapeAndGetProcessOutput(string str)
        {
            var escapedValue = CommandLineBuilder.EscapeValue(str);
            var output       = GetOutputForCommandLineArg(escapedValue);

            return(output.Single());
        }