Show / Hide Table of Contents

    Method EscapeArguments

    EscapeArguments(IEnumerable<String>)

    Escapes arguments for spawning processes or passing arguments as a single argument.
    Declaration
    public static string EscapeArguments(IEnumerable<string> args)
    Parameters
    Type Name Description
    System.Collections.Generic.IEnumerable<String> args Collection of arguments to escape.
    Returns
    Type Description
    String Escaped command-line string.
    Back to top Copyright © 2017-2018, xplo.re IT Services, Michael Maier. All rights reserved.