C#与.NET数据类型对照

来源:互联网 发布:时间序列预测java 编辑:程序博客网 时间:2024/04/29 15:50
   C# 类型          .NET 框架类型    
  bool                System.Boolean    
  byte                System.Byte    
  sbyte              System.SByte    
  char               System.Char    
  decimal          System.Decimal    
  double           System.Double    
  float               System.Single    
  int                  System.Int32    
  uint                System.UInt32    
  long               System.Int64    
  ulong             System.UInt64    
  object           System.Object    
  short             System.Int16    
  ushort           System.UInt16    
  string            System.String
原创粉丝点击