المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Pass string " Hello {0}" though MessageBox



C# Programming
10-28-2009, 02:40 PM
Hi have a good day



string mysrt = "Hello {0}";

Console.WriteLine ("Hello {0}" , "World");
// Print Hello World


How I can do the above Code With MessageBox.Show ??


thank in advance


P.S:
I don't want to use The String.Replace

I know nothing , I know nothing ...