Summary

public bool TryParse(string argument)

Attempts to parse the given string as a command line

Returns

bool

trueif there were arguments in the string,falseotherwise

Parameters