C# Class Blacker.MangaScraper.Helpers.ProcessHelper

Show file Open project: blacker-cz/MangaScraper

Public Methods

Method Description
EscapeArguments ( ) : string

Quotes all arguments that contain whitespace, or begin with a quote and returns a single argument string for use with Process.Start().

Method Details

EscapeArguments() public static method

Quotes all arguments that contain whitespace, or begin with a quote and returns a single argument string for use with Process.Start().
public static EscapeArguments ( ) : string
return string