Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx thread: string OR String ???


Message #1 by "Rohit Arora" <rohit_arora@i...> on Mon, 20 Jan 2003 10:08:47 +0530
Hi can anyone tell me
a) whatz the diffrence between String and string while coding in c# ?
b) How can i pass command line arguments to my console based application
while debugging it from VS ?

Regards
Rohit Arora

Message #2 by "Christer Østergaard" <aspnet@c...> on Wed, 22 Jan 2003 00:48:30
a> Don't know, actually (and dont have time to check) ;)
b> 
1. Right click on your project and properties.
2. Click Configuration Properties. 
3. Click Debugging.
4. In the list of properties, go to the Start Options section. There 
you'll find a property called "Command Line Arguments". This should be 
what you're looking for.

Christer, Denmark

> Hi can anyone tell me
a) whatz the diffrence between String and string while coding in c# ?
b) How can i pass command line arguments to my console based application
while debugging it from VS ?

Regards
Rohit Arora


  Return to Index