Click here to Skip to main content
16,004,944 members
Home / Discussions / C#
   

C#

 
Questioni need your help! Pin
Sasuko5-Jan-06 6:54
Sasuko5-Jan-06 6:54 
AnswerRe: i need your help! Pin
Christian Graus5-Jan-06 10:29
protectorChristian Graus5-Jan-06 10:29 
QuestionGet webpage source? Pin
Yeast275-Jan-06 6:38
Yeast275-Jan-06 6:38 
AnswerRe: Get webpage source? Pin
Guffa5-Jan-06 6:54
Guffa5-Jan-06 6:54 
AnswerRe: Get webpage source? Pin
Jared Parsons5-Jan-06 8:14
Jared Parsons5-Jan-06 8:14 
AnswerRe: Get webpage source? Pin
Yeast275-Jan-06 21:59
Yeast275-Jan-06 21:59 
Questiondigit output format Pin
zhujp985-Jan-06 6:20
zhujp985-Jan-06 6:20 
AnswerRe: digit output format Pin
Guffa5-Jan-06 6:27
Guffa5-Jan-06 6:27 
Specify the format you want when you convert the values to strings, for an example: a.ToString("N2").

Now you are implicitly converting the values to strings. Unfortunately the values will be boxed first, which is not very good for performance. Always convert the values before the string concatenation.

---
b { font-weight: normal; }

AnswerRe: digit output format Pin
Jared Parsons5-Jan-06 8:11
Jared Parsons5-Jan-06 8:11 
Questionaccess mobilphone with IR, cabel or bluetooth Pin
Duif5-Jan-06 6:06
Duif5-Jan-06 6:06 
Questionvisual studio .NET 2003 add-in. Events don't do the expected Pin
alexrait15-Jan-06 6:01
alexrait15-Jan-06 6:01 
QuestionCan't compile Windows Media Audio compressor Pin
crozer5-Jan-06 5:37
crozer5-Jan-06 5:37 
NewsC# Job Pin
ashishdhar5-Jan-06 4:48
ashishdhar5-Jan-06 4:48 
GeneralRe: C# Job Pin
Guffa5-Jan-06 5:13
Guffa5-Jan-06 5:13 
GeneralRe: C# Job Pin
Colin Angus Mackay5-Jan-06 9:03
Colin Angus Mackay5-Jan-06 9:03 
GeneralRe: C# Job Pin
Christian Graus5-Jan-06 10:34
protectorChristian Graus5-Jan-06 10:34 
GeneralRe: C# Job Pin
Ravi Bhavnani5-Jan-06 13:34
professionalRavi Bhavnani5-Jan-06 13:34 
GeneralRe: C# Job Pin
Sebastian Schneider5-Jan-06 23:10
Sebastian Schneider5-Jan-06 23:10 
GeneralRe: C# Job Pin
Ravi Bhavnani6-Jan-06 1:31
professionalRavi Bhavnani6-Jan-06 1:31 
GeneralRe: C# Job Pin
TAREQ F ABUZUHRI6-Jan-06 3:55
TAREQ F ABUZUHRI6-Jan-06 3:55 
GeneralRe: C# Job Pin
ashishdhar10-Jan-06 14:56
ashishdhar10-Jan-06 14:56 
QuestionSmall XML problem Pin
Martin235-Jan-06 4:37
Martin235-Jan-06 4:37 
AnswerRe: Small XML problem Pin
Guffa5-Jan-06 5:34
Guffa5-Jan-06 5:34 
GeneralRe: Small XML problem Pin
Martin235-Jan-06 6:06
Martin235-Jan-06 6:06 
AnswerRe: Small XML problem Pin
Guffa5-Jan-06 7:19
Guffa5-Jan-06 7:19 

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.