Solution 1 Use Integer.TryParse() it will return true if there are only digits in the string. Int32 max value is 2147483647 so if your value ...
確定! 回上一頁