Usually that format is used with some kind of output or the String.Format command. The {0} is indicating that the first variable passed will be ouput in that position. So:
would yieldCode:String.Format("Sum {0}", 125);Code:Sum 125
|
Results 1 to 4 of 4
Thread: Console application.Threaded View
|
Click Here to Expand Forum to Full Width |