当前位置:编程学习 > VB >>

VB和C#中常用数据类型对应表

以下是经过我测试的,我在VB中建一个Class,然后用C#引用,最后得出这个对应表:

VB       C#
currency decimal
 double double
date  System.DateTime
int short
long int
object object
single float
string string

补充:软件开发 , C# ,
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,