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 : PopUp Page with RG.Plugins.Popup

Text was truncated or one or more characters had no match in the target code page.". (SQL Server Import and Export Wizard)