Click here to Skip to main content
15,915,160 members
Home / Discussions / C#
   

C#

 
GeneralRe: unknown exception thrown when decrypting read-in message Pin
chau_fai_rubbish22-Mar-04 15:00
chau_fai_rubbish22-Mar-04 15:00 
GeneralRe: unknown exception thrown when decrypting read-in message Pin
Heath Stewart23-Mar-04 2:56
protectorHeath Stewart23-Mar-04 2:56 
GeneralRe: unknown exception thrown when decrypting read-in message Pin
terry_cyf23-Mar-04 20:40
terry_cyf23-Mar-04 20:40 
GeneralRe: unknown exception thrown when decrypting read-in message Pin
Heath Stewart24-Mar-04 2:46
protectorHeath Stewart24-Mar-04 2:46 
GeneralFormatting Strings Pin
Maharishi Bhatia21-Mar-04 18:35
Maharishi Bhatia21-Mar-04 18:35 
GeneralRe: Formatting Strings Pin
Heath Stewart21-Mar-04 18:56
protectorHeath Stewart21-Mar-04 18:56 
GeneralRe: Formatting Strings Pin
Spanky321-Mar-04 21:12
Spanky321-Mar-04 21:12 
GeneralRe: Formatting Strings Pin
Heath Stewart22-Mar-04 3:09
protectorHeath Stewart22-Mar-04 3:09 
It isn't expensive to use ToString (unless the implementation is crappy), I said it was expensive to concat strings using +. Using ToString in the variable argument list for String.Format (and the like) is not only unnecessary but in many cases dumb since you loose the ability to apply custom formats (unless you pass the format specifiers as args to the ToString overload for the IFormattable implementation).

 

Microsoft MVP, Visual C#
My Articles
GeneralRe: Formatting Strings Pin
Judah Gabriel Himango22-Mar-04 4:01
sponsorJudah Gabriel Himango22-Mar-04 4:01 
GeneralRe: Formatting Strings Pin
Heath Stewart22-Mar-04 4:11
protectorHeath Stewart22-Mar-04 4:11 
GeneralRe: Formatting Strings Pin
Alvaro Mendez22-Mar-04 10:08
Alvaro Mendez22-Mar-04 10:08 
GeneralRe: Formatting Strings Pin
Heath Stewart22-Mar-04 11:45
protectorHeath Stewart22-Mar-04 11:45 
GeneralRe: Formatting Strings Pin
Alvaro Mendez22-Mar-04 10:34
Alvaro Mendez22-Mar-04 10:34 
Generalclipboard Pin
cmarmr21-Mar-04 16:49
cmarmr21-Mar-04 16:49 
GeneralRe: clipboard Pin
Heath Stewart21-Mar-04 18:51
protectorHeath Stewart21-Mar-04 18:51 
GeneralRe: clipboard Pin
cmarmr22-Mar-04 9:45
cmarmr22-Mar-04 9:45 
GeneralRe: clipboard Pin
Heath Stewart22-Mar-04 9:52
protectorHeath Stewart22-Mar-04 9:52 
GeneralRe: clipboard Pin
cmarmr23-Mar-04 3:47
cmarmr23-Mar-04 3:47 
Generalanyone help me!! Pin
lcsnatoo21-Mar-04 16:05
lcsnatoo21-Mar-04 16:05 
GeneralRe: anyone help me!! Pin
Heath Stewart21-Mar-04 18:46
protectorHeath Stewart21-Mar-04 18:46 
Questioncode to keep checking the OS if connected to the net? Pin
User 96257821-Mar-04 14:06
User 96257821-Mar-04 14:06 
AnswerRe: code to keep checking the OS if connected to the net? Pin
Spanky321-Mar-04 21:16
Spanky321-Mar-04 21:16 
GeneralRe: code to keep checking the OS if connected to the net? Pin
User 96257822-Mar-04 6:45
User 96257822-Mar-04 6:45 
GeneralRe: code to keep checking the OS if connected to the net? Pin
Spanky322-Mar-04 7:19
Spanky322-Mar-04 7:19 
GeneralTotal crash & reboot in XP pro Pin
quilkin21-Mar-04 13:02
quilkin21-Mar-04 13:02 

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.