Formatting a string

suggest change

Use the String.Format() method to replace one or more items in the string with the string representation of a specified object:

String.Format("Hello {0} Foo {1}", "World", "Bar") //Hello World Foo Bar

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents