Click here to Skip to main content
15,895,283 members
Home / Discussions / C#
   

C#

 
GeneralRe: Recent Files Pin
Xmen Real 8-Dec-08 4:15
professional Xmen Real 8-Dec-08 4:15 
GeneralRe: Recent Files Pin
Luc Pattyn8-Dec-08 4:35
sitebuilderLuc Pattyn8-Dec-08 4:35 
GeneralRe: Recent File Pin
Xmen Real 8-Dec-08 4:38
professional Xmen Real 8-Dec-08 4:38 
Questionexport Windows Registry information as .REG file using c#.net Pin
sumit70348-Dec-08 0:23
sumit70348-Dec-08 0:23 
AnswerRe: export Windows Registry information as .REG file using c#.net Pin
Giorgi Dalakishvili8-Dec-08 2:59
mentorGiorgi Dalakishvili8-Dec-08 2:59 
QuestionWhat is the difference between Convert.ToInt32() or int.Parse() [modified] Pin
Bottomless Wisdom7-Dec-08 23:32
Bottomless Wisdom7-Dec-08 23:32 
AnswerRe: What is the difference between Convert.ToInt32() or int.Parse() Pin
Alan N7-Dec-08 23:50
Alan N7-Dec-08 23:50 
AnswerRe: What is the difference between Convert.ToInt32() or int.Parse() Pin
Simon P Stevens8-Dec-08 0:05
Simon P Stevens8-Dec-08 0:05 
Like Alan says - No difference.

The best option for converting from string to int though is the Int.TryParse() method. It returns false if the parse failed rather than throwing an exception like the other ways do.

Simon

GeneralRe: What is the difference between Convert.ToInt32() or int.Parse() Pin
#realJSOP8-Dec-08 0:10
mve#realJSOP8-Dec-08 0:10 
GeneralRe: What is the difference between Convert.ToInt32() or int.Parse() Pin
Simon P Stevens8-Dec-08 0:23
Simon P Stevens8-Dec-08 0:23 
GeneralRe: What is the difference between Convert.ToInt32() or int.Parse() Pin
Colin Angus Mackay8-Dec-08 0:46
Colin Angus Mackay8-Dec-08 0:46 
GeneralRe: What is the difference between Convert.ToInt32() or int.Parse() Pin
Ben Fair8-Dec-08 4:06
Ben Fair8-Dec-08 4:06 
GeneralRe: What is the difference between Convert.ToInt32() or int.Parse() Pin
leppie8-Dec-08 0:47
leppie8-Dec-08 0:47 
AnswerRe: What is the difference between Convert.ToInt32() or int.Parse() Pin
PIEBALDconsult8-Dec-08 2:14
mvePIEBALDconsult8-Dec-08 2:14 
AnswerRe: What is the difference between Convert.ToInt32() or int.Parse() Pin
Le centriste8-Dec-08 2:26
Le centriste8-Dec-08 2:26 
Questionabout Chart Control Pin
Seraph_summer7-Dec-08 22:47
Seraph_summer7-Dec-08 22:47 
AnswerRe: about Chart Control Pin
Simon P Stevens7-Dec-08 22:55
Simon P Stevens7-Dec-08 22:55 
GeneralRe: about Chart Control Pin
vinay_K8-Dec-08 22:42
vinay_K8-Dec-08 22:42 
GeneralRe: about Chart Control Pin
Simon P Stevens8-Dec-08 22:52
Simon P Stevens8-Dec-08 22:52 
GeneralRe: about Chart Control Pin
vinay_K8-Dec-08 23:28
vinay_K8-Dec-08 23:28 
Questionmapping output paramters in ssis Pin
l.laxmikant7-Dec-08 22:18
l.laxmikant7-Dec-08 22:18 
QuestionError:The name 'Container' does not exist in the current context Pin
Exelioindia7-Dec-08 21:59
Exelioindia7-Dec-08 21:59 
AnswerRe: Error:The name 'Container' does not exist in the current context Pin
leppie7-Dec-08 22:48
leppie7-Dec-08 22:48 
AnswerRe: Error:The name 'Container' does not exist in the current context Pin
Hossein Mayboudi28-Mar-11 7:06
Hossein Mayboudi28-Mar-11 7:06 
Questionhow to maximize picture box & listview? Pin
ping_jacob7-Dec-08 21:41
ping_jacob7-Dec-08 21:41 

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.