C#与NET数据类型

    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

posted @ 2012-01-10 22:22  刀锋_Master  阅读(192)  评论(0编辑  收藏  举报