Click here to Skip to main content
16,013,082 members
Home / Discussions / C#
   

C#

 
GeneralRe: AppDomain for unloading an assembly Pin
elektrowolf18-Jun-08 2:04
elektrowolf18-Jun-08 2:04 
QuestionGeneric type should accept only delegate types Pin
N a v a n e e t h17-Jun-08 23:39
N a v a n e e t h17-Jun-08 23:39 
AnswerRe: Generic type should accept only delegate types Pin
Pete O'Hanlon18-Jun-08 0:13
mvePete O'Hanlon18-Jun-08 0:13 
GeneralRe: Generic type should accept only delegate types Pin
N a v a n e e t h18-Jun-08 0:43
N a v a n e e t h18-Jun-08 0:43 
AnswerRe: Generic type should accept only delegate types Pin
led mike18-Jun-08 5:18
led mike18-Jun-08 5:18 
GeneralRe: Generic type should accept only delegate types Pin
N a v a n e e t h18-Jun-08 6:43
N a v a n e e t h18-Jun-08 6:43 
QuestionIFormatProvider.GetFormat Pin
George_George17-Jun-08 23:08
George_George17-Jun-08 23:08 
AnswerRe: IFormatProvider.GetFormat Pin
Simon P Stevens17-Jun-08 23:19
Simon P Stevens17-Jun-08 23:19 
This line passes the format provider to the String.Format method
Console.WriteLine( String.Format( provider, messageStr, argToConvert ) );

String.Format calls the GetFormat method on the provider to get the formatter. You can look at the Code in for String.Format in reflector to see what's going on. (Haven't tried this myself)

You can see this in the debugger by sticking a breakpoint in the GetFormat method and waiting till it is hit then looking at the call stack. (Debug->Windows->CallStack (Ctrl+D,C))

Simon

GeneralRe: IFormatProvider.GetFormat Pin
George_George17-Jun-08 23:52
George_George17-Jun-08 23:52 
GeneralRe: IFormatProvider.GetFormat Pin
Simon P Stevens18-Jun-08 0:18
Simon P Stevens18-Jun-08 0:18 
GeneralRe: IFormatProvider.GetFormat Pin
George_George18-Jun-08 0:38
George_George18-Jun-08 0:38 
QuestionHow to package and deploy Ms SQL express Pin
Newbie_Toy17-Jun-08 22:39
Newbie_Toy17-Jun-08 22:39 
AnswerRe: How to package and deploy Ms SQL express Pin
Simon P Stevens17-Jun-08 23:11
Simon P Stevens17-Jun-08 23:11 
Questionunhandeled exception occure when form is open , running from exe in c#. Pin
nomi17-Jun-08 21:52
nomi17-Jun-08 21:52 
AnswerRe: unhandeled exception occure when form is open , running from exe in c#. Pin
dan!sh 17-Jun-08 22:06
professional dan!sh 17-Jun-08 22:06 
QuestionRe: unhandeled exception occure when form is open , running from exe in c#. Pin
nomi17-Jun-08 22:27
nomi17-Jun-08 22:27 
AnswerRe: unhandeled exception occure when form is open , running from exe in c#. Pin
dan!sh 17-Jun-08 22:37
professional dan!sh 17-Jun-08 22:37 
GeneralRe: unhandeled exception occure when form is open , running from exe in c#. Pin
nomi17-Jun-08 22:53
nomi17-Jun-08 22:53 
QuestionRegarding ActiveX Pin
Member 477486817-Jun-08 21:30
Member 477486817-Jun-08 21:30 
QuestionDisplay image on Bitmap Pin
asma_panjabi17-Jun-08 20:28
asma_panjabi17-Jun-08 20:28 
AnswerRe: Display image on Bitmap Pin
N a v a n e e t h17-Jun-08 21:28
N a v a n e e t h17-Jun-08 21:28 
GeneralRe: Display image on Bitmap Pin
asma_panjabi17-Jun-08 21:32
asma_panjabi17-Jun-08 21:32 
AnswerRe: Display image on Bitmap Pin
asma_panjabi17-Jun-08 23:54
asma_panjabi17-Jun-08 23:54 
AnswerRe: Display image on Bitmap Pin
Anthony Mushrow18-Jun-08 0:13
professionalAnthony Mushrow18-Jun-08 0:13 
GeneralRe: Display image on Bitmap Pin
asma_panjabi18-Jun-08 0:33
asma_panjabi18-Jun-08 0:33 

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.