每个函数都可以强制将一个表达式转换成某种特定数据类型

语法
CBool(expression)
CByte(expression)
CCur(expression)
CDate(expression)
CDbl(expression)
CDec(expression)
CInt(expression)
CLng(expression)
CLngLng(expression)(只在 64 位平台上有效。)
CLngPtr(expression)
CSng(expression)
CStr(expression)
CVar(expression)
CStr(expression)
必要的 expression 参数可以是任何字符串表达式或数值表达式。

最新文章

  1. Linux学习书籍推荐
  2. The ServiceClass object does not implement the required method in the following form: OMElement sayHello(OMElement e)
  3. 【bzoj1018】堵塞的交通
  4. 【python】环境变量的配置
  5. Oracle数据库 External component has thrown an exception
  6. 【CentOS】设置静态IP
  7. 第四篇:web之前端之jquery
  8. C语言常用数学函数及其用法
  9. oracle 使用 decode函数 或 case when 实现行转列
  10. Oracle数据库容量使用情况调查
  11. CentOS 7.4 64位安装配置MySQL8.0
  12. django rest framework批量上传图片及导入字段
  13. 使用KVM虚拟机遇到的问题(持续更新)
  14. super 使用以及原理
  15. UI设计师经常去的五个网站
  16. CSS------如何让大小不一样的div中心对齐
  17. 《MYSQL必知必会2
  18. nmap 扫描端口 + iftop 实时监控流量
  19. LNMP架构下Discuz论坛的搭建
  20. iis原理介绍

热门文章

  1. 【CSS】CSS3从入门到深入(复习查漏向
  2. Spring核心结构及核心思想
  3. MySQL角色(role)功能介绍
  4. Codeforces Round #712 (Div. 2)
  5. spring为何要注入接口,而注入接口的实现类就会报错
  6. ES6中的箭头函数的语法、指向、不定参数
  7. 深入源码,深度解析Java 线程池的实现原理
  8. [bug] Error updating database. Cause: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MyS
  9. [DB] Hadoop免密登录原理及设置
  10. Win7通过cmd进入d盘的方法