I am having a command line arguments as like this I need to get the two as like this how is it possible
ApplicationId =1; Name =2
I like to get the two values 1,2 in single array how to do this.
|
|
I am having a command line arguments as like this I need to get the two as like this how is it possible ApplicationId =1; Name =2 I like to get the two values 1,2 in single array how to do this.
|
|||
|
|
|
Try
You'll need better error checking of course, but value1 and value2 should be "1" and "2" respectively |
||
|
|
|
|
There's some good libraries mentioned on 631410 and 491595. I've personally used the WPF TestAPI Library mentioned by sixlettervariables and it is indeed pretty darn good |
||
|
|
|
|
It isn't entirely clear to me, but I'm going to assume that the arguments are actually:
the spacing etc is important due to how the system splits arguments. In a
|
||
|