我有一個int數組,例如{1,2,3,4}的值。在c中的字符串中使用int數組#
我希望把這個數字變成,例如,我喜歡這個列表框:
listBox2.Items.Add("After Inserting (" + page[i].ToString() + ')' + <use all my numbers like this : 1234 here>+"Page Fault = " + pf.ToString());
輸出:
After Inserting (3) 1234 page fault = 5
1234僅僅是一個例子。我的陣列更大。
我該怎麼做在c#中?
嘗試是純英語第一然後編碼表現力。 –