如果我有这些字符串:
"abc" = false
"abc"
false
"123" = true
"123"
true
"ab2" = false
"ab2"
是否存在诸如IsNumeric()类的命令,可以识别字符串是否为有效数字?
IsNumeric()