Click here to Skip to main content
15,914,419 members
Home / Discussions / C#
   

C#

 
GeneralRe: Is it OK to return reference from an USING (DIsposable object) Pin
PIEBALDconsult2-Apr-10 11:46
mvePIEBALDconsult2-Apr-10 11:46 
QuestionCommand line not working when large Pin
LimitedAtonement1-Apr-10 11:17
LimitedAtonement1-Apr-10 11:17 
AnswerRe: Command line not working when large Pin
Richard MacCutchan1-Apr-10 11:46
mveRichard MacCutchan1-Apr-10 11:46 
GeneralRe: Command line not working when large Pin
LimitedAtonement5-Apr-10 6:03
LimitedAtonement5-Apr-10 6:03 
JokeRe: Command line not working when large Pin
Luc Pattyn1-Apr-10 11:59
sitebuilderLuc Pattyn1-Apr-10 11:59 
GeneralRe: Command line not working when large Pin
LimitedAtonement5-Apr-10 6:00
LimitedAtonement5-Apr-10 6:00 
AnswerRe: Command line not working when large Pin
AspDotNetDev1-Apr-10 15:27
protectorAspDotNetDev1-Apr-10 15:27 
GeneralRe: Command line not working when large Pin
LimitedAtonement5-Apr-10 6:01
LimitedAtonement5-Apr-10 6:01 
QuestionWhat is the name of this control [modified] Pin
Myzrael1-Apr-10 8:34
Myzrael1-Apr-10 8:34 
AnswerRe: What is the name of this control Pin
Not Active1-Apr-10 9:03
mentorNot Active1-Apr-10 9:03 
GeneralRe: What is the name of this control Pin
harold aptroot1-Apr-10 9:14
harold aptroot1-Apr-10 9:14 
GeneralRe: What is the name of this control Pin
Myzrael1-Apr-10 9:22
Myzrael1-Apr-10 9:22 
GeneralRe: What is the name of this control Pin
Luc Pattyn1-Apr-10 9:23
sitebuilderLuc Pattyn1-Apr-10 9:23 
GeneralRe: What is the name of this control Pin
Richard Andrew x641-Apr-10 12:08
professionalRichard Andrew x641-Apr-10 12:08 
GeneralRe: What is the name of this control Pin
AspDotNetDev1-Apr-10 15:21
protectorAspDotNetDev1-Apr-10 15:21 
AnswerRe: What is the name of this control Pin
kevinnicol1-Apr-10 9:55
kevinnicol1-Apr-10 9:55 
QuestionLINQ to SQL Pin
Darrall1-Apr-10 7:40
Darrall1-Apr-10 7:40 
AnswerRe: LINQ to SQL Pin
Dan Mos1-Apr-10 8:01
Dan Mos1-Apr-10 8:01 
GeneralRe: LINQ to SQL Pin
Darrall1-Apr-10 8:09
Darrall1-Apr-10 8:09 
GeneralRe: LINQ to SQL Pin
Dan Mos1-Apr-10 11:18
Dan Mos1-Apr-10 11:18 
GeneralRe: LINQ to SQL Pin
Darrall1-Apr-10 11:54
Darrall1-Apr-10 11:54 
QuestionConsole app: Take arguments as verbatim string aka how do I create a verbatim string list? Pin
bbranded1-Apr-10 6:38
bbranded1-Apr-10 6:38 
AnswerRe: Console app: Take arguments as verbatim string aka how do I create a verbatim string list? [modified] Pin
PIEBALDconsult1-Apr-10 6:45
mvePIEBALDconsult1-Apr-10 6:45 
I'm not sure what you're asking; the term "verbatim string" makes no sense in this context.

If you want the command line as it appears on the command line, and not split into a string array, then try System.Environment.CommandLine


P.S. If you mean that you are looking at the string in the debugger and seeing \" rather than " -- please remember that the \ is not really there, it's only displayed for your convenience -- write it to the console and see for yourself.
modified on Thursday, April 1, 2010 12:54 PM

GeneralRe: Console app: Take arguments as verbatim string aka how do I create a verbatim string list? [modified] Pin
bbranded1-Apr-10 7:20
bbranded1-Apr-10 7:20 
GeneralRe: Console app: Take arguments as verbatim string aka how do I create a verbatim string list? Pin
Daniel Grunwald1-Apr-10 7:35
Daniel Grunwald1-Apr-10 7:35 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.