Méthode | Description | |
---|---|---|
Main ( string args ) : int |
Méthode | Description | |
---|---|---|
ConcatenateEscapeArgument ( IEnumerable |
Combines multiple strings into one for use as a Windows command-line argument using EscapeArgument. This coressponds to Windows' handling of command-line arguments as specified in: http://msdn.microsoft.com/library/17w5ykft |
|
ContainsWhitespace ( string text ) : bool |
Checks whether a string contains any whitespace characters
|
|
EscapeArgument ( string value ) : string |
Escapes a string for use as a Windows command-line argument, making sure it is encapsulated within This corresponds to Windows' handling of command-line arguments as specified in: http://msdn.microsoft.com/library/17w5ykft |