Click here to Skip to main content
15,922,894 members
Home / Discussions / C#
   

C#

 
GeneralRe: Converting /doc XML file to HTML or help Pin
Joe Woodbury25-Aug-04 10:37
professionalJoe Woodbury25-Aug-04 10:37 
GeneralEmpty Dataset Pin
MrJJKoolJ25-Aug-04 8:56
MrJJKoolJ25-Aug-04 8:56 
GeneralRe: Empty Dataset Pin
Heath Stewart25-Aug-04 9:38
protectorHeath Stewart25-Aug-04 9:38 
GeneralReading Values from multiple ListBoxes and forming an query Pin
abhishk2001@yahoo.com25-Aug-04 8:19
abhishk2001@yahoo.com25-Aug-04 8:19 
GeneralRe: Reading Values from multiple ListBoxes and forming an query Pin
Heath Stewart25-Aug-04 8:29
protectorHeath Stewart25-Aug-04 8:29 
GeneralDateTimePicker Customization Pin
ssTech25-Aug-04 7:37
ssTech25-Aug-04 7:37 
GeneralRe: DateTimePicker Customization Pin
Heath Stewart25-Aug-04 8:55
protectorHeath Stewart25-Aug-04 8:55 
GeneralRe: DateTimePicker Customization Pin
ssTech26-Aug-04 4:57
ssTech26-Aug-04 4:57 
Questionhow to hook up event of winform-based control hosting in IE Pin
EricHu25-Aug-04 7:05
EricHu25-Aug-04 7:05 
AnswerRe: how to hook up event of winform-based control hosting in IE Pin
Nick Parker25-Aug-04 7:20
protectorNick Parker25-Aug-04 7:20 
GeneralRe: how to hook up event of winform-based control hosting in IE Pin
EricHu25-Aug-04 7:51
EricHu25-Aug-04 7:51 
GeneralRe: how to hook up event of winform-based control hosting in IE Pin
Nick Parker25-Aug-04 8:52
protectorNick Parker25-Aug-04 8:52 
GeneralRe: how to hook up event of winform-based control hosting in IE Pin
Heath Stewart25-Aug-04 9:22
protectorHeath Stewart25-Aug-04 9:22 
GeneralRe: how to hook up event of winform-based control hosting in IE Pin
Nick Parker25-Aug-04 10:06
protectorNick Parker25-Aug-04 10:06 
AnswerRe: how to hook up event of winform-based control hosting in IE Pin
Heath Stewart25-Aug-04 9:16
protectorHeath Stewart25-Aug-04 9:16 
GeneralRe: how to hook up event of winform-based control hosting in IE Pin
EricHu25-Aug-04 13:28
EricHu25-Aug-04 13:28 
GeneralRe: how to hook up event of winform-based control hosting in IE Pin
Heath Stewart26-Aug-04 6:50
protectorHeath Stewart26-Aug-04 6:50 
Generalplay a movie Pin
kornstyle25-Aug-04 4:25
kornstyle25-Aug-04 4:25 
GeneralRe: play a movie Pin
Nick Parker25-Aug-04 5:31
protectorNick Parker25-Aug-04 5:31 
GeneralRe: play a movie Pin
kornstyle25-Aug-04 5:56
kornstyle25-Aug-04 5:56 
GeneralConvert vs parse Pin
Not Active25-Aug-04 3:27
mentorNot Active25-Aug-04 3:27 
GeneralRe: Convert vs parse Pin
LongRange.Shooter25-Aug-04 4:13
LongRange.Shooter25-Aug-04 4:13 
GeneralRe: Convert vs parse Pin
Norman-Timo25-Aug-04 4:20
Norman-Timo25-Aug-04 4:20 
GeneralRe: Convert vs parse Pin
Charlie Williams25-Aug-04 4:53
Charlie Williams25-Aug-04 4:53 
GeneralRe: Convert vs parse Pin
Nick Parker25-Aug-04 5:20
protectorNick Parker25-Aug-04 5:20 
Mark Nischalke wrote:
I was wondering what the pros and cons of using convert vs parse, as in

Internally, the Convert.ToInt32 simply calls int.Parse, but checks for null values before the call. Convert.ToInt32 calls a specific overloaded method of Parse that passes a null value for the IFormatProvider parameter of another overloaded version of the Parse method. Given this, you can see that Parse provides extended functionality allowing the developer to specify their own IFormatProvider if they choose. In the end it all depends on what you are trying to do, and what functionality you want to get out of it.

- Nick Parker
My Blog | My Articles

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.