String Format with argument


Console.WriteLine("TEXT {0}", 1234)


Dim S As String = "VB.net {0} is best i was developing for yeards"
S = String.Format(S, 2012)

Comments

Popular posts from this blog

Shared / Static Class in vb.net/C#

Xamarin Forms - Change Colour of Navigation Bar (Page Title For Master-Detail Template)

Xamarin Forms : PopUp Page with RG.Plugins.Popup