1、基元类型
编译器直接支持的数据类型称为基元类型。
C#中的基元类型有:
sbyte,byte,short,ushort,int,uint,long,ulong,char,float,double,bool,decimal,object,string
1、基元类型
编译器直接支持的数据类型称为基元类型。
C#中的基元类型有:
sbyte,byte,short,ushort,int,uint,long,ulong,char,float,double,bool,decimal,object,string