ASP.Net C# String Format function is used to build a dynamic string with formatted text that takes number of dynamic parameters to be filled at the runtime. In ASP.Net 2.0 you can use the C# string format function to display a dynamic string whose parameter depend on the returned values of other functions.
