從零開始把一些簡單的不易理解的記錄下來。

int.Parse("a");//當不是數字,或者比int.maxvalue大時,會報錯 int.TryParse("aaa",out b);//若是是字符串,或者比int大,則返回0,不會報錯 int number;//在這給值沒有用的 number = Test(out number);//輸出值 static int Test(out int a)//輸出值 {
相關文章
相關標籤/搜索