vb有內建isNumeric可檢查變數是否為數字,但C#沒有,c#使用者可自行加上下列 ... public static bool IsNumeric(object Expression) { // Variable to ...
確定! 回上一頁