Binboo.Tests.Core.Commands.Arguments.ParamValidatorTestCase.Quote C# (CSharp) Method

Quote() private static method

private static Quote ( string str ) : string
str string
return string
        private static string Quote(string str)
        {
            return "\"" + str + "\"";
        }