Dim sNumber as string = “12345” · Dim iNum as integer · ' IF the string is numeric, return a INT32, otherwise 0 · iNum = IIF(ISNUMERIC(sNumber), Convert.toInt32( ...
確定! 回上一頁