C#基元类型
FCL类型
CLS相容
Sbyte
System.Sbyte
否
byte
System.Byte
是
short
System.Int16
是
ushort
System.UInt16
否
int
System.Int32
是
uint
System.UInt32
否
Long
System.Int64
是
ulong
System.UInt64
否
char
System.Char
是
float
System.Single
是
double
System.Double
是
bool
System.Boolean
是
decimal
System.Decimal
是
object
System.Object
是
string
System.String
是