Method StringUtil.CommandLineToArray
Overload
Parses command line arguments. Calls API CommandLineToArgvW.
public static string[] CommandLineToArray(string s)
Parameters
s (string) |
Returns
string[]
Empty array if s is |
Parses command line arguments. Calls API CommandLineToArgvW.
public static string[] CommandLineToArray(string s)
s (string) |
string[]
Empty array if s is |