佳木斯湛栽影视文化发展公司

主頁 > 知識庫 > ASP字符串轉(zhuǎn)換為整形、雙精度型、布爾

ASP字符串轉(zhuǎn)換為整形、雙精度型、布爾

熱門標(biāo)簽:團購網(wǎng)站 Mysql連接數(shù)設(shè)置 Linux服務(wù)器 服務(wù)器配置 科大訊飛語音識別系統(tǒng) 阿里云 銀行業(yè)務(wù) 電子圍欄
Rem 將字符串轉(zhuǎn)換為整形數(shù)據(jù)
function toInteger(str,num)
        str=trim(str)
        if str="" or not isnumeric(str) then
              toInteger=num
        else
              toInteger=clng(str)
        end if
end function

Rem 將字符串轉(zhuǎn)換為雙精度型數(shù)據(jù)
function toDouble(str)
       str=trim(str)
       if str="" or not isnumeric(str) then
              toDouble=0.0
      else
              toDouble=cdbl(str)
      end if
end function

Rem 將字符串轉(zhuǎn)換為布爾數(shù)據(jù)
function toBoolean(str)
      str=lcase(trim(str))
      if str="true" or str="t" then
            toBoolean=true
     elseif isnumeric(str) then
            if clng(str)>0 then toBoolean=true
     else
           toBoolean=false
    end if
end function

標(biāo)簽:萍鄉(xiāng) 蚌埠 衢州 廣元 衡水 江蘇 棗莊 大理

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《ASP字符串轉(zhuǎn)換為整形、雙精度型、布爾》,本文關(guān)鍵詞  ;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問題,煩請?zhí)峁┫嚓P(guān)信息告之我們,我們將及時溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無關(guān)。
  • 相關(guān)文章
  • 收縮
    • 微信客服
    • 微信二維碼
    • 電話咨詢

    • 400-1100-266
    泸西县| 响水县| 神木县| 长兴县| 淮北市| 无为县| 灌南县| 和静县| 漳平市| 武强县| 鲜城| 潼南县| 台北市| 郴州市| 孙吴县| 昭通市| 抚顺市| 含山县| 夏津县| 大宁县| 栖霞市| 昭平县| 金山区| 宝应县| 遂宁市| 林周县| 南通市| 定远县| 阳高县| 巴彦淖尔市| 本溪市| 集安市| 池州市| 友谊县| 容城县| 河东区| 都江堰市| 桑植县| 龙陵县| 聂拉木县| 伊金霍洛旗|