盾怪网教程:是一个免费提供流行杀毒软件教程、在线学习分享的学习平台!

一个判断字符串的数值分类

时间:2024/10/16作者:未知来源:盾怪网教程人气:

[摘要]支持判断返回任何数值型的类型数据: Function GetNumType(sVal) Dim sType If Not IsNumeric(sVal) Then GetNumType="...

支持判断返回任何数值型的类型数据:

Function GetNumType(sVal)
Dim sType
If Not IsNumeric(sVal) Then
GetNumType="Unknow"
Exit Function
End If
Execute "sType=TypeName("&sVal&")"
GetNumType=sType
End Function

测试:
Response.Write GetNumType("9999") '返回:Integer
Response.Write GetNumType("999999999") '返回:Long
Response.Write GetNumType("99999999999999") '返回:Double
Response.Write GetNumType("asdfasd") '返回:Unknow


关键词:一个判断字符串的数值分类




Copyright © 2012-2018 盾怪网教程(http://www.dunguai.com) .All Rights Reserved 网站地图 友情链接

免责声明:本站资源均来自互联网收集 如有侵犯到您利益的地方请及时联系管理删除,敬请见谅!

QQ:1006262270   邮箱:kfyvi376850063@126.com   手机版