以下是 C# 内建类型的列表:

类型        字节        描述
byte unsigned byte
sbyte signed byte
short signed short
ushort unsigned short
int signed integer
uint unsigned integer
long signed long
ulong unsigned long
float floating point number
double double precision number
decimal fixed precision number
string - Unicode string
char - Unicode char
bool true, false boolean 注意:C# 的类型范围和 C++ 不同。例如:long 在 C++ 中是 字节而在 C# 中是 字节。
bool 和 string 类型均和 C++ 不同。bool 仅接受真、假而非任意整数。

最新文章

  1. Android_AsyncTask异步任务(一)
  2. Centos7 关闭防火墙(Firewalld ),使用防火墙(iptables)
  3. 自制工具:迅速打开一个Node 环境的Playground
  4. VIM_git
  5. [转载]C#中的WebBrowser控件的使用
  6. log_bin_trust_function_creators错误解决
  7. 在C#中如何确定一个文件是不是文本文件,以及如何确定一个文件的类型
  8. JavaScript高级程序设计8.pdf
  9. gcc与g++的编译链接的示例详解
  10. 安装PHP memcached扩展
  11. 用ajax实现不刷新分页
  12. [09] 监听器 Listener
  13. Linux学习(十六)VIM
  14. 【宣讲】德州科技职业学院宣讲关于IT领域趋势分析
  15. vim 超强发行版
  16. [py]环境变量的获取os.environ.get和设置
  17. 日期控件-my97DatePicker用法
  18. 地形系统lod
  19. 2017-2018-2 《网络对抗技术》20155322 Exp7 网络欺诈防范
  20. mvc:interceptor拦截器使用

热门文章

  1. duilib入门简明教程 -- 响应按钮事件(4) (转)
  2. Manjaro linux软件源设置
  3. 《30天学习30种新技术》-Day 15:Meteor —— 从零开始创建一个 Web 应用
  4. TreeMap和TreeSet的区别与联系
  5. 字符串hash-26进制与10进制互相转换
  6. redis入门与集群部署
  7. LoadRunner安装破解
  8. Needle in a haystack: efficient storage of billions of photos 【转】
  9. 命令提示符中运行SQL Server 2005
  10. Code signing is required for product type Unit Test Bundle in SDK iOS 8.0